Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / CanRenameTabs Property

In This Topic
    CanRenameTabs Property
    In This Topic
    Gets or sets a value indicating whether the end user can rename tabs by double clicking on the tab's text.
    Syntax
    'Declaration
     
    
    Public Property CanRenameTabs As Boolean
    public bool CanRenameTabs {get; set;}
    See Also