ControlStyle Property
Retrieves a value that indicates the style of the control.
Syntax
Visual Basic Public ReadOnly Property ControlStyle As Style C# public Style ControlStyle { get; } Managed C++ public: __property Style get_ControlStyle(); JScript public function get ControlStyle() : Style;
Possible Values
sControlStyle Style that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read-only. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX
See Also