See Also

HtmlBox Class  | HtmlBox 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

Left Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Left Property

Gets or sets the left position of the PowerWEB control.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("The absolute left position of the control in the browser")> <BrowsableAttribute(False)> <CategoryAttribute("Layout")> Public Property Left As Unit
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("The absolute left position of the control in the browser")] [BrowsableAttribute(false)] [CategoryAttribute("Layout")] public Unit Left {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("The absolute left position of the control in the browser")] [BrowsableAttribute(false)] [CategoryAttribute("Layout")] public: __property Unit get_Left(); public: __property void set_Left(    Unit value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("The absolute left position of the control in the browser")] [BrowsableAttribute(false)] [CategoryAttribute("Layout")] public: property Unit Left {    Unit get();    void set (Unit value); }

Return Type

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

Remarks

Use the Left property to specify the left position of the PowerWEB control. If both Left and Top are Unit.Empty (the default), relative positioning is used. If either Left or Top are not Unit.Empty, absolute positioning is used.

Requirements

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

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.