[]
To pin the C1DockingTab programmatically, set the AutoHiding property of the C1DockingTab to False. Use the following code:
To write code in Visual Basic
Me.C1DockingTab1.AutoHiding = False
To write code in C#
this.C1DockingTab1.AutoHiding = False;
type=note
Note: To correctly pin and unpin the C1DockingTab, it must be placed in a C1CommandDock control.