Name | Value | Description | |||
exNormal | 0 | The button is not pressed. | |||
exPushed | 1 | The button is pressed. | |||
exHot | 2 | The cursor is over the button. | |||
exDisabled | 3 | The button is disabled. Use the Enabled property to enable or disable the button. | |||
exCustom | 4 | Custom state. | |||
exDefaultFrame | 16 |
Refers to the frame around the default button. This applies only to the BackColorState property; the ForeColorState(exDefaultFrame) property has no effect. The BackColorState(exDefaultFrame) property sets the color of the frame when the control’s Style is not exTheme. Setting it to -1 hides the frame. |