LinkBehavior

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net