Button.ActionStyle
- Updated2025-07-21
- 1 minute(s) read
Button.ActionStyle
Syntax
Button.ActionStyle
Data Type
Use the following constants with this data type:
- ButtonActionStyle_PushButton –(Value: 0) Specifies that the button changes to a pressed state only when you click it.
- ButtonActionStyle_ToggleButton –(Value: 1) Specifies that the button changes to a pressed state when you set the Button.Value property to True and changes to a normal state when you set the value to False .
Purpose
Specifies how the button behaves when you click it.