Tabs and Captions of Dock Control for C# WinForms
The Dock Control for Windows Forms offers a few properties for developers to fully control the visibility and the location of tabs and captions.
DocumentTabAlignment, this is a property used to determine the place of the tabs for all DocumentTabStrip instances in Tettic.WinForms Dock Control. Users can specify the location of the Tabs to left by using a simple C# code snippet as below,
DocumentTabsVisible, this is a property used to hide or display all document tabs. Users can hide or show document tabs by using a simple C# code snippet as below,
ToolTabAlignment, this is a property used to determine the place of the tabs for all ToolTabStrip instances in Tettic.WinForms Dock Control. Users can specify the location of the Tabs to right by using a simple C# code snippet as below,
ToolTabsVisible, this is a property used to hide or display all tool tabs. Users can hide or show all tool tabs by using a simple C# code snippet as below,
CaptionVisible, this is a property used to hide the caption of a single ToolTabStrip. Users can hide the caption of ToolTabStrip by using a simple C# code snippet as below,
DisplayToolCloseButton, this is a property used to display close buttons in the ToolWindow tabs. Users can display close buttons in the ToolWindow tabs by using a simple C# code snippet as below,
DisplayDocumentCloseButton, this is a property used to display close buttons in DocumentWindow tabs. Users can display close buttons in the DocumentWindow tabs by using a simple C# code snippet as below,
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDock - Getting Started Architecture and Features Arrange WindowsFloating WindowsAuto-Hide WindowsContext MenuReDockObject Model Create a Dock WindowCreate WindowRemove WindowAdvanced LayoutTab & CaptionAllowed Dock StatesUser Control and FormsLoad and Save LayoutDock - LocalizationDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |