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

◆ link_behavior() [1/2]

xtd::forms::link_behavior xtd::forms::link_label::link_behavior ( ) const
noexcept

Gets a value that represents the behavior of a link.

Returns
One of the xtd::forms::link_behavior values. The default is xtd::forms::link_behavior::system_default.
Remarks
This property enables you to specify the behavior of links when they are displayed in the control. For example, if you want links to be displayed with an underline only when the mouse pointer is over a link, you can set this property to LinkBehavior.HoverUnderline. For more information on the types of behaviors that can be associated with a link, see xtd::forms::link_behavior.