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

Gets ir sets a value that represents how the link will be underlined.

[Visual Basic]
Public Property LinkBehavior As LinkBehavior
[C#]
public LinkBehavior LinkBehavior {get; set;}
[C++]
public: __property LinkBehavior get_LinkBehavior();
public: __property void set_LinkBehavior(LinkBehavior);
[JScript]
public function get LinkBehavior() : LinkBehavior;
public function set LinkBehavior(LinkBehavior);

Property Value

One of the LinkBehavior values. The default is SystemDefault.

See Also

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