NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.Location

The location of this control.

[Visual Basic]
Public Property Location As Point
[C#]
public Point Location {get; set;}
[C++]
public: __property Point get_Location();
public: __property void set_Location(Point);
[JScript]
public function get Location() : Point;
public function set Location(Point);

See Also

Control Class | Control Members | System.WinForms Namespace