xtd 0.2.0
Loading...
Searching...
No Matches

◆ enabled() [1/2]

bool xtd::forms::link::enabled ( ) const
noexcept

Gets a value indicating whether the link is enabled.

Returns
true if the link is enabled; otherwise, false.
Remarks
You can use this property to display a link in a disabled state within the xtd::forms::link_label control. When a link is disabled, clicking on the link does not cause the xtd::forms::link_label control to raise the xtd::forms::link_label::link_clicked event.