Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the style of the combo box.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Property Style As MsoComboStyle
Get
Set
'Usage
Dim instance As CommandBarComboBoxClass
Dim value As MsoComboStyle
value = instance.Style
instance.Style = value
public virtual MsoComboStyle Style { get; set; }
public:
virtual property MsoComboStyle Style {
MsoComboStyle get ();
void set (MsoComboStyle value);
}
abstract Style : MsoComboStyle with get, set
override Style : MsoComboStyle with get, set
function get Style () : MsoComboStyle
function set Style (value : MsoComboStyle)
Property Value
Type: Microsoft.VisualStudio.CommandBars.MsoComboStyle
The MsoComboStyle.
Implements
Remarks
This property can be set to either msoComboLabel or msoComboNormall(), otherwise it throws an ArgumentOutOfRangeException.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.