Intersoft WebCombo Documentation
Width Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : Width Property






Overriden. Returns or sets the width of the control. Returns or sets the width of the control.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Width of the control.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Layout")>
<ISNet.PersistLayoutAttribute(False)>
Public Overrides Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
[DescriptionAttribute("Width of the control.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Layout")]
[ISNet.PersistLayoutAttribute(false)]
public override Unit Width {get; set;}
Delphi 
public read-write property Width: Unit; override; 
JScript 
DescriptionAttribute("Width of the control.")
NotifyParentPropertyAttribute()
CategoryAttribute("Layout")
ISNet.PersistLayoutAttribute()
public override function get,set Width : Unit
Managed Extensions for C++ 
[DescriptionAttribute("Width of the control.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Layout")]
[ISNet.PersistLayoutAttribute(false)]
public: __property Unit get_Width() override;
public: __property void set_Width( 
   Unit value
) override;
C++/CLI 
[DescriptionAttribute("Width of the control.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Layout")]
[ISNet.PersistLayoutAttribute(false)]
public:
property Unit Width {
   Unit get() override;
   void set (    Unit value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.