CommandBarButtonClass::State Property

 

Gets or sets the state. This property is deprecated.

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

public:
[DispIdAttribute(1610940424)]
property MsoButtonState State {
	[DispIdAttribute(1610940424)]
	virtual MsoButtonState get();
	[DispIdAttribute(1610940424)]
	virtual void set(MsoButtonState value);
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::MsoButtonState

The state. This property is deprecated.

This property throws a DeprecatedException.

Return to top
Show: