Share via


MsoButtonState Enumeration

Represents the different states of a command bar button.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Public Enumeration MsoButtonState
public enum MsoButtonState
public enum class MsoButtonState
type 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.

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace