TabStripPlacement Property (C1TabControl)
In This Topic
Gets or sets the location of the panel with the tabs relative to the whole control.
Syntax
'Declaration
Public Property TabStripPlacement As Dock
public Dock TabStripPlacement {get; set;}
See Also