Wisej.Web.LinkBehavior
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the behaviors of a link in a LinkLabel or DataGridViewLinkCell.
public enum LinkBehavior : Enum
Public Enum LinkBehavior As [Enum]
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.
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
Last updated 3 years ago
Was this helpful?