Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CloseTabBehavior Enumeration

In This Topic
    CloseTabBehavior Enumeration
    In This Topic
    Defines behavior on C1DockingTabPage's CloseBox click.
    Syntax
    'Declaration
     
    
    Public Enum CloseTabBehavior 
       Inherits System.Enum
    public enum CloseTabBehavior : System.Enum 
    Members
    MemberDescription
    CloseCloses the C1DockingTabPage and removes it from C1DockingTabPages collection.
    HideSet the C1DockingTabPage.TabVisible property to false.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.CloseTabBehavior

    See Also