MsoButtonState Enum

Definition

Represents the different states of a command bar button.

public enum class MsoButtonState
public enum class MsoButtonState
enum MsoButtonState
public enum MsoButtonState
type MsoButtonState = 
Public Enum MsoButtonState
Inheritance
MsoButtonState

Fields

msoButtonDown -1

The button has been clicked.

msoButtonMixed 2

The button is neutral.

msoButtonUp 0

The button has not been clicked.

Remarks

This enumeration is used in <xref:Microsoft.VisualStudio.COmmandBars.CommandBarButton.State%2A>, which is deprecated.

Applies to