constants ModeEnum
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.

NameValueDescription
exButton0 The control acts like a normal button. 
exPushLike1 The control toggles the states when user clicks the control. 
exCustomMode2 The user is free to choose what state is next when user clicks the control.