MsoButtonState Enumeration

 

Represents the different states of a command bar button.

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

public enum MsoButtonState

Member nameDescription
msoButtonDown

The button has been clicked.

msoButtonMixed

The button is neutral.

msoButtonUp

The button has not been clicked.

This enumeration is used in P:Microsoft.VisualStudio.COmmandBars.CommandBarButton.State, which is deprecated.

Return to top
Show: