-
Notifications
You must be signed in to change notification settings - Fork 16
Value
Fellippe Heitor edited this page Jun 17, 2018
·
8 revisions
Returns the Value of a control (and allows setting it), according to the following list:
- List, Dropdown List: Value indicates the selected item.
- CheckBox, Radio Button, Menu item: Value indicates whether the button is checked (True or -1) or not (False or 0).
- Track bar: Value indicates the current value selected by the user.
- Progress bar: Indicates the progress. Can't be greater than the .Max property.