CommandBarComboBoxClass.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 combo box.
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoComboStyle Style { Microsoft::VisualStudio::CommandBars::MsoComboStyle get(); void set(Microsoft::VisualStudio::CommandBars::MsoComboStyle value); };
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoComboStyle Style { Microsoft::VisualStudio::CommandBars::MsoComboStyle get(); void set(Microsoft::VisualStudio::CommandBars::MsoComboStyle value); };
[System.Runtime.InteropServices.DispId(1610940430)]
public virtual Microsoft.VisualStudio.CommandBars.MsoComboStyle Style { [System.Runtime.InteropServices.DispId(1610940430)] get; [System.Runtime.InteropServices.DispId(1610940430)] set; }
[<System.Runtime.InteropServices.DispId(1610940430)>]
[<get: System.Runtime.InteropServices.DispId(1610940430)>]
[<set: System.Runtime.InteropServices.DispId(1610940430)>]
member this.Style : Microsoft.VisualStudio.CommandBars.MsoComboStyle with get, set
Public Overridable Property Style As MsoComboStyle
Property Value
The MsoComboStyle.
Implements
- Attributes
Remarks
This property can be set to either msoComboLabel or msoComboNormal, otherwise it throws an ArgumentOutOfRangeException.