|
Easily specify related controls
A single command can add calculation support to a whole collection of TextBox and ComboBox controls.
Form with three TextBoxes
Here is code that sets up the above form. It allows you to enter a value in one textbox, and automatically display computed values based on the entry in the other two TextBoxes.
Code that generated above form
|
|
|
|