VisualStyleElement.ComboBox Class

Definition

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

public: ref class VisualStyleElement::ComboBox abstract sealed
public static class VisualStyleElement.ComboBox
type VisualStyleElement.ComboBox = class
Public Class VisualStyleElement.ComboBox
Inheritance
VisualStyleElement.ComboBox

Remarks

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.

Applies to

See also