Click or drag to resize

KryptonLinkBehavior Enumeration

Specifies the logic for underlining the link label short text.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum KryptonLinkBehavior
Members
  Member nameValueDescription
AlwaysUnderline0 Specifies the short text is always underlined.
HoverUnderline1 Specifies the short text is underlined only when mouse hovers over text.
NeverUnderline2 Specifies the short text is never underlined.
See Also