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

◆ link_behavior

enum class xtd::forms::link_behavior
strong

Specifies the behaviors of a link in a xtd::forms::link_label.

Header
#include <xtd/forms/link_behavior>
Namespace
xtd::forms
Library
xtd.forms
Remarks
Use the members of this enumeration to set the value of the xtd::forms::link_label::link_behavior property of the xtd::forms::link_label.
Enumerator
system_default 

The behavior of this setting depends on the options set using the Internet Options dialog box in Control Panel or Internet Explorer.

always_underline 

The link always displays with underlined text.

hover_underline 

The link displays underlined text only when the mouse is hovered over the link text.

never_underline 

The link text is never underlined. The link can still be distinguished from other text by use of the xtd::forms::link_label::link_color property of the xtd::forms::link_label control.