ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / CanUserClose Property



In This Topic
    CanUserClose Property
    In This Topic
    Gets or sets a value indicating whether the user is allowed to dismiss this C1TabItem.
    Syntax
    'Declaration
     
    
    Public Property CanUserClose As Boolean
    'Usage
     
    
    Dim instance As C1TabItem
    Dim value As Boolean
     
    instance.CanUserClose = value
     
    value = instance.CanUserClose
    public bool CanUserClose {get; set;}
    public:
    property bool CanUserClose {
       bool get();
       void set (    bool value);
    }
    See Also