Width Property
Sets or retrieves a value that indicates the width of the WebControls.
Syntax
Visual Basic Overridable Public Property Width As Unit C# public virtual Unit Width { get; set; } Managed C++ public: __property virtual Unit get_Width();
public: __property virtual void set_Width(Unit);JScript public function get Width() : Unit;
public function set Width(Unit);
Possible Values
uWidth Unit indicating the width of the WebControls. The property is read/write. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX
See Also