Version

ComboBoxStyle Property

Used for setting the Style of the underlying ComboBox used for editing. Default value is null.
Syntax
'Declaration
 
Public Property ComboBoxStyle As Style
public Style ComboBoxStyle {get; set;}
Remarks

Default value of this property is null. You can use this property to specify a Style object to use for the underlying ComboBox used for editing. The value specified on this property will be set on the ComboBox' Style property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also