Button.Value
- Updated2025-07-21
- 1 minute(s) read
Button.Value
Syntax
Button.Value
Data Type
Purpose
This property is True when the button is pressed and False when the button is not pressed. Use this property when the value of the ButtonActionStyles enumeration is ButtonActionStyle_ToggleButton to set the pressed state of the button.
Remarks
Setting this property generates a Button.Click event.
Note
You cannot set this property at design time.