.NET Windows Forms in a Nutshell

LinkBehavior serializable

System. Windows .Forms (system. windows .forms.dll) enum

As with the ListView control, a LinkLabel can display its hyperlinks in a variety of ways. This enumeration defines those modes. You can set a LinkLabel object's link display mode using the LinkLabel.LinkBehavior property.

public enum LinkBehavior { SystemDefault = 0 , AlwaysUnderline = 1 , HoverUnderline = 2 , NeverUnderline = 3 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) LinkBehavior

Returned By

LinkLabel.LinkBehavior

Passed To

LinkLabel.LinkBehavior

Категории