See Also

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

LaunchX Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : LaunchX Property (HtmlBoxDialog)

Gets or sets a the value of the X-coordinate where the dialog is launched.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the X coordinate where the dialog will be launched.")> Public Property LaunchX As String
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the X coordinate where the dialog will be launched.")] public string LaunchX {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the X coordinate where the dialog will be launched.")] public: __property string* get_LaunchX(); public: __property void set_LaunchX(    string* value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the X coordinate where the dialog will be launched.")] public: property String^ LaunchX {    String^ get();    void set (String^ value); }

Return Type

A string representing the value of the X-coordinate where the dialog is launched).

Remarks

This value can either be a absolute screen coordinate (such as "150", specifying that the dialog appears 150 pixels from the left side of the screen) or a JavaScript variable or function which is evaluated (such as "event.clientX", specifying that the dialog will launch at the X-coordinate of the calling event.

Requirements

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

See Also

HtmlBoxDialog Class  | HtmlBoxDialog Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.