.NET Windows Forms in a Nutshell
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 |
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 |