DekGenius.com
[ Team LiB ] Previous Section Next Section

LinkStateserializable

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

This enumeration is for internal purposes only and should not be called from your own code.

public enum LinkState {
   Normal = 0,
   Hover = 1,
   Active = 2,
   Visited = 4
}

Hierarchy

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

    [ Team LiB ] Previous Section Next Section