See Also

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

X Property

Dart.PowerWEB.TextBox Namespace > LocationEventArgs Class : X Property

Gets or sets the x-coordinate of the WebForm when the mouse is clicked.

[Visual Basic]
Public Property X As Unit
[C#]
public Unit X {get; set;}
[C++]
public: __property Unit get_X(); public: __property void set_X(    Unit value );
[C++/CLI]
public: property Unit X {    Unit get();    void set (Unit value); }

Return Type

A Unit corresponding to the x-coordinate of the mouse click.

Remarks

Use this property with LocationEventArgs.Y to determine the location of the mouse click.

Requirements

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

See Also

LocationEventArgs Class  | LocationEventArgs Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.