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!

LinkLabel.LinkArea

Gets or sets the range in the text that is treated as a link.

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

Property Value

A Point that represents the area treated as a link. The default is a Point whose horizontal and vertical positions are initialized to 0.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Point