True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / VisualStyle Enumeration

In This Topic
    VisualStyle Enumeration
    In This Topic
    Specifies a visual style to use when rendering the control.
    Syntax
    'Declaration
     
    Public Enum VisualStyle 
       Inherits System.Enum
    public enum VisualStyle : System.Enum 
    Members
    MemberDescription
    CustomDo not use any visual styles. Render the control using the styles and properties only.
    Office2007BlackRender the control with an appearance based on the Office 2007 Black color scheme.
    Office2007BlueRender the control with an appearance based on the Office 2007 Blue color scheme.
    Office2007SilverRender the control with an appearance based on the Office 2007 Silver color scheme.
    Office2010BlackRender the control with an appearance based on the Office 2010 Black color scheme.
    Office2010BlueRender the control with an appearance based on the Office 2010 Blue color scheme.
    Office2010SilverRender the control with an appearance based on the Office 2010 Silver color scheme.
    SystemRender the control with an appearance based on the current system settings.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.VisualStyle

    See Also