DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / HeaderAppearance Enumeration

In This Topic
    HeaderAppearance Enumeration
    In This Topic
    Defines the header appearance.
    Syntax
    'Declaration
     
    
    Public Enum HeaderAppearance 
       Inherits System.Enum
    public enum HeaderAppearance : System.Enum 
    Members
    MemberDescription
    EmptyThere are no buttons on the header.
    MaximizeButtonThe maximize button is present.
    ToolIconButtonThe tool icon button is present.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Layout.HeaderAppearance

    See Also