Determines if the range in text that is treated as a link should remain the same.
[Visual Basic] Public Function ShouldPersistLinkArea() As Boolean [C#] public bool ShouldPersistLinkArea(); [C++] public: bool ShouldPersistLinkArea(); [JScript] public function ShouldPersistLinkArea() : Boolean;
true if the range of text that is treated as a link should not change; otherwise, false.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace