CommandBarButtonClass::Style Property

 

Gets or sets the style of the button.

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

public:
[DispIdAttribute(1610940426)]
property MsoButtonStyle Style {
	[DispIdAttribute(1610940426)]
	virtual MsoButtonStyle get();
	[DispIdAttribute(1610940426)]
	virtual void set(MsoButtonStyle value);
}
Return to top
Show: