VisualStyleElement::ComboBox Class

 

Contains a class that provides VisualStyleElement objects for the drop-down arrow of the combo box control. This class cannot be inherited.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

System::Object
  System.Windows.Forms.VisualStyles::VisualStyleElement::ComboBox

public ref class ComboBox abstract sealed 

The VisualStyleElement::ComboBox class provides a foundation in which the VisualStyleElement::ComboBox::DropDownButton class is defined. VisualStyleElement::ComboBox::DropDownButton provides a set of properties that return a VisualStyleElement for each state of the drop-down arrow of a combo box control. To get a VisualStyleElement for the text box portion of a combo box, use one of the VisualStyleElement::TextBox::TextEdit properties.

WinXpFamily

Visual styles are supported only on these platforms.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: