The RibbonButtonBarButtonState enumeration provides the following values:
Description |
Value |
---|---|
|
Button is small (the interpretation of small is dependent upon the art provider, but it will be smaller than medium). |
|
Button is medium sized (the interpretation of medium is dependent upon the art provider, but it will be between small and large). |
|
Button is large (the interpretation of large is dependent upon the art provider, but it will be larger than medium). |
|
A mask to extract button size from a combination of flags. |
|
The normal (non-dropdown) region of the button is being hovered over by the mouse cursor. |
|
The dropdown region of the button is being hovered over by the mouse cursor. |
|
A mask to extract button hover state from a combination of flags. |
|
The normal (non-dropdown) region of the button is being pressed. |
|
The dropdown region of the button is being pressed. |
|
A mask to extract active flags. |
|
The button is disabled. |
|
The button is a toggle button which is currently in the toggled state. |
|
A mask to extract button state from a combination of flags. |