FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyles Enumeration


VisualStyles Enumeration
Specifies if visual styles are applied to the control.
Syntax
'Declaration
 
Public Enum VisualStyles 
   Inherits System.Enum
 
'Usage
 
Dim instance As VisualStyles
Members
MemberDescription
AutoUses the system settings to determine how the control is displayed
OffDoes not use visual styles when displaying the control
OnApplies visual styles when displaying the control
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.VisualStyles

See Also