Height Property

Sets or retrieves a value that indicates the height of the control.

Syntax

Visual Basic Overridable  Public  Property Height As Unit
C# public   virtual Unit Height { get; set; }
Managed C++ public:  __property virtual  Unit get_Height();
public:  __property virtual  void set_Height(Unit);
JScript public   function get Height() : Unit;
public   function set Height(Unit);

Possible Values

uHeight Unit indicating the height of the Web control.

The property is read/write. The property has no default value.

Applies To

TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl