Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / TabLook Property

In This Topic
    TabLook Property
    In This Topic
    Gets or sets the look of the tabs (whether to show text, image or both).
    Syntax
    'Declaration
     
    
    Public Property TabLook As ButtonLookFlags
    public ButtonLookFlags TabLook {get; set;}
    See Also