Represents the different states of a command bar button.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣言
Public Enumeration MsoButtonState
public enum MsoButtonState
Members
| Member name | Description | |
|---|---|---|
| msoButtonUp | The button has not been clicked. | |
| msoButtonDown | The button has been clicked. | |
| msoButtonMixed | The button is neutral. |
Remarks
This enumeration is used in State, which is deprecated.