.NET Windows Forms in a Nutshell
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 Returned By
LinkLabel.LinkBehavior Passed To
LinkLabel.LinkBehavior |