-
Notifications
You must be signed in to change notification settings - Fork 3
Value
Samuel Gomes edited this page May 9, 2023
·
1 revision
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.