Intersoft WebInput Documentation
Height Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : Height Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Layout")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Overrides Property Height As System.Web.UI.WebControls.Unit
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Web.UI.WebControls.Unit
 
instance.Height = value
 
value = instance.Height
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public override System.Web.UI.WebControls.Unit Height {get; set;}
Delphi 
public read-write property Height: System.Web.UI.WebControls.Unit; override; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Layout")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public override function get,set Height : System.Web.UI.WebControls.Unit
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property System.Web.UI.WebControls.Unit get_Height() override;
public: __property void set_Height( 
   System.Web.UI.WebControls.Unit value
) override;
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property System.Web.UI.WebControls.Unit Height {
   System.Web.UI.WebControls.Unit get() override;
   void set (    System.Web.UI.WebControls.Unit value) override;
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.