KryptonLinkBehavior Enumeration |
Specifies the logic for underlining the link label short text.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum KryptonLinkBehavior
Members| Member name | Value | Description |
|---|
| AlwaysUnderline | 0 |
Specifies the short text is always underlined.
|
| HoverUnderline | 1 |
Specifies the short text is underlined only when mouse hovers over text.
|
| NeverUnderline | 2 |
Specifies the short text is never underlined.
|
See Also