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



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