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);
A Point that represents the area treated as a link. The default is a Point whose horizontal and vertical positions are initialized to 0.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Point