LinkBehavior
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the behaviors of a link in a LinkLabel or DataGridViewLinkCell.
- C#
- VB.NET
public enum LinkBehavior : Enum
Public Enum LinkBehavior As [Enum]
Fields
| Name | Description |
|---|---|
| AlwaysUnderline | The link always displays with underlined text. |
| HoverUnderline | The link displays underlined text only when the mouse is hovered over the link text. |
| NeverUnderline | The link text is never underlined. |
| SystemDefault | The behavior of this setting depends on the browser. |
Used By
| Name | Description |
|---|---|
| LinkLabel.LinkBehavior | Returns or sets a value that represents the behavior of a link. |
| DataGridViewLinkCell.LinkBehavior | Returns or sets a value that represents the behavior of the link cell. |
| DataGridViewLinkColumn.LinkBehavior | Returns or sets a value that represents the behavior of the link cell. |