Describes how the button's State
is changed when user clicks the button. Use the Mode
property to change the control's mode. By default, the control's mode is
exButton. The control fires the Click
event when user clicks the button. The button's State property is changed
depending on the control's Mode property.
Name
Value
Description
exButton
0
The control acts like a normal button.
exPushLike
1
The control toggles the states when user clicks the control.
exCustomMode
2
The user is free to choose what state is next when user clicks the control.