ComponentOne Basic Library for WPF and Silverlight
C1TabItemCloseOptions Enumeration


C1.WPF Namespace : C1TabItemCloseOptions Enumeration
Close button options for the C1TabControl
Syntax
'Declaration
 
Public Enum C1TabItemCloseOptions 
   Inherits System.Enum
'Usage
 
Dim instance As C1TabItemCloseOptions
public enum C1TabItemCloseOptions : System.Enum 
Members
MemberDescription
GlobalCloseA unique close button is shown, and the selected C1TabItem is closed when it's pressed.
InEachTabA close button is shown in each C1TabItem.
NoneClose button is not shown for the C1TabItems.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1TabItemCloseOptions

See Also

Reference

C1.WPF Namespace