Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the different states of a command bar button.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
'Declaration
Public Enumeration MsoButtonState
public enum MsoButtonState
public enum class MsoButtonState
type MsoButtonState
public enum MsoButtonState
| Member name | Description | |
|---|---|---|
| msoButtonDown | The button has been clicked. | |
| msoButtonMixed | The button is neutral. | |
| msoButtonUp | The button has not been clicked. |
This enumeration is used in State, which is deprecated.