Skip to main content
Version: 3.5

LinkBehavior

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the behaviors of a link in a LinkLabel or DataGridViewLinkCell.

public enum LinkBehavior : Enum

Fields

NameDescription
AlwaysUnderlineThe link always displays with underlined text.
HoverUnderlineThe link displays underlined text only when the mouse is hovered over the link text.
NeverUnderlineThe link text is never underlined.
SystemDefaultThe behavior of this setting depends on the browser.

Used By

NameDescription
LinkLabel.LinkBehaviorReturns or sets a value that represents the behavior of a link.
DataGridViewLinkCell.LinkBehaviorReturns or sets a value that represents the behavior of the link cell.
DataGridViewLinkColumn.LinkBehaviorReturns or sets a value that represents the behavior of the link cell.