[This is preliminary documentation and is subject to change.]
Indicates whether this label element is a hyperlink and should raise OnHyperlink event
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsHyperlink { get; set; }
public bool IsHyperlink { get; set; }
Public Property IsHyperlink As Boolean
Get
Set
Public Property IsHyperlink As Boolean
Get
Set
public:
property bool IsHyperlink {
bool get ();
void set (bool value);
}
public:
property bool IsHyperlink {
bool get ();
void set (bool value);
}
member IsHyperlink : bool with get, set
member IsHyperlink : bool with get, set
Property Value
Type:
Boolean