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

Y Property

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

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

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

Return Type

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

Remarks

Use this property with LocationEventArgs.X 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.