Indicates whether or not the Bitmap is pushed in the Run-time environment.
Syntax
object.ButtonState [= enumButtonState]
Properties
The ButtonState property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumButtonState |
Whether or not the button is pushed. |
Settings
The settings for enumButtonState are:
Constant |
Value |
Description |
ButtonStateUp |
0 |
Button is not pushed. |
ButtonStateDown |
1 |
Button is pushed. |
Remarks
The ButtonState property only applies to multi-state bitmaps.