ComponentOne Basic Library for WPF and Silverlight
ShowSingleTab Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : ShowSingleTab Property
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 System.Boolean
'Usage
 
Dim instance As C1TabControl
Dim value As System.Boolean
 
instance.ShowSingleTab = value
 
value = instance.ShowSingleTab
public System.bool ShowSingleTab {get; set;}
See Also

Reference

C1TabControl Class
C1TabControl Members