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.
Represents the different states of a command bar button.
public enum class MsoButtonState
public enum class MsoButtonState
enum MsoButtonState
public enum MsoButtonState
type MsoButtonState =
Public Enum MsoButtonState
- Inheritance
-
MsoButtonState
Fields
Name | Value | Description |
---|---|---|
msoButtonDown | -1 | The button has been clicked. |
msoButtonUp | 0 | The button has not been clicked. |
msoButtonMixed | 2 | The button is neutral. |
Remarks
This enumeration is used in <xref:Microsoft.VisualStudio.COmmandBars.CommandBarButton.State%2A>, which is deprecated.