Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : LaunchY Property (HtmlBoxUpload) |
Gets or sets a the value of the Y-coordinate where the dialog is launched.
[Visual Basic]
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the Y coordinate where the dialog will be launched.")>
Public Property LaunchY As String
[C#]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Y coordinate where the dialog will be launched.")]
public string LaunchY {get; set;}
[C++]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Y coordinate where the dialog will be launched.")]
public: __property string* get_LaunchY();
public: __property void set_LaunchY(
string* value
);
[C++/CLI]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Y coordinate where the dialog will be launched.")]
public:
property String^ LaunchY {
String^ get();
void set (String^ value);
}
A string representing the value of the Y-coordinate where the dialog is launched).
This value can either be a absolute screen coordinate (such as "150", specifying that the dialog appears 150 pixels from the top of the screen) or a JavaScript variable or function which is evaluated (such as "event.clientY", specifying that the dialog will launch at the Y-coordinate of the calling event.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.