CommandBarButtonClass.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style of the button.
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoButtonStyle Style { Microsoft::VisualStudio::CommandBars::MsoButtonStyle get(); void set(Microsoft::VisualStudio::CommandBars::MsoButtonStyle value); };
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoButtonStyle Style { Microsoft::VisualStudio::CommandBars::MsoButtonStyle get(); void set(Microsoft::VisualStudio::CommandBars::MsoButtonStyle value); };
[System.Runtime.InteropServices.DispId(1610940426)]
public virtual Microsoft.VisualStudio.CommandBars.MsoButtonStyle Style { [System.Runtime.InteropServices.DispId(1610940426)] get; [System.Runtime.InteropServices.DispId(1610940426)] set; }
[<System.Runtime.InteropServices.DispId(1610940426)>]
[<get: System.Runtime.InteropServices.DispId(1610940426)>]
[<set: System.Runtime.InteropServices.DispId(1610940426)>]
member this.Style : Microsoft.VisualStudio.CommandBars.MsoButtonStyle with get, set
Public Overridable Property Style As MsoButtonStyle
Property Value
The MsoButtonStyle.
Implements
- Attributes