See Also

BaseChildControl Class  | BaseChildControl Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Width Property

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : Width Property (BaseChildControl)

Gets or sets the width of the control.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Overrides Public Property Width As Unit
[C#]
[NotifyParentPropertyAttribute(true)] public override Unit Width {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property Unit get_Width()override ; public: __property void set_Width(    Unit value )override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property Unit Width override {    Unit get();    void set (Unit value); }

Return Type

A Unit that represents the width of the control. The default is Unit.Empty.

Remarks

Use the Width property to specify the width of the control

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.