MsoButtonState Enum
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
C++/CX
public enum class MsoButtonState
enum MsoButtonState
public enum MsoButtonState
type MsoButtonState =
Public Enum MsoButtonState
- Inheritance
-
MsoButtonState
Name | Value | Description |
---|---|---|
msoButtonDown | -1 | The button has been clicked. |
msoButtonUp | 0 | The button has not been clicked. |
msoButtonMixed | 2 | The button is neutral. |
This enumeration is used in <xref:Microsoft.VisualStudio.COmmandBars.CommandBarButton.State%2A>, which is deprecated.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |