ComponentOne List for WinForms
C1.Win.C1List Namespace / FlatModeEnum Enumeration

In This Topic
    FlatModeEnum Enumeration
    In This Topic
    Specifies how 3D elements are rendered.
    Syntax
    'Declaration
     
    
    Public Enum FlatModeEnum 
       Inherits System.Enum
    public enum FlatModeEnum : System.Enum 
    Members
    MemberDescription
    FlatThree-dimensional elements appear flat
    PopupThree-dimensional elements are flat, but when the user drags the cursor over a column heading or recordselector, they become three-dimensional and appear to pop up.
    StandardThe grid’s column headers and recordselectors are rendered with an inset three-dimensional look
    SystemThree-dimensional elements uses XP Themes if available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.FlatModeEnum

    See Also