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.ShouldPersistLinkArea

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;

Return Value

true if the range of text that is treated as a link should not change; otherwise, false.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace