ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / ShowSingleTab Property



In This Topic
    ShowSingleTab Property
    In This Topic
    Gets or sets a value that determines whether the tab strip is shown when the control has only one child.
    Syntax
    'Declaration
     
    
    Public Property ShowSingleTab As Boolean
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As Boolean
     
    instance.ShowSingleTab = value
     
    value = instance.ShowSingleTab
    public bool ShowSingleTab {get; set;}
    public:
    property bool ShowSingleTab {
       bool get();
       void set (    bool value);
    }
    See Also