MsoButtonState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the appearance of a command bar button control.
public enum class MsoButtonState
public enum MsoButtonState
type MsoButtonState =
Public Enum MsoButtonState
- Inheritance
-
MsoButtonState
Fields
Name | Value | Description |
---|---|---|
msoButtonDown | -1 | Button is pressed down. |
msoButtonUp | 0 | Button is not pressed down. |
msoButtonMixed | 2 | Button is pressed down. |