2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Close button settingsClose buttons for each tab can be made visible by setting the ShowTabCloseButton property of the TabControlAdv. Also, the close button can be restricted to be shown only in the active tab pages by the ShowCloseButtonForActiveTabOnly property. Refer to the below given code snippet. C# //Sets the close button for all Tab pages this.tabControlAdv1.ShowTabCloseButton = true; //Restrict the close button to be shown only for the active tab pages this.tabControlAdv1.ShowCloseButtonForActiveTabOnly = true; VB 'Sets the close button for all Tab pages Me.tabControlAdv1.ShowTabCloseButton = True 'Restrict the close button to be shown only for the active tab pages Me.tabControlAdv1.ShowCloseButtonForActiveTabOnly = True Reference link: https://help.syncfusion.com/windowsforms/tabcontrol/interactive-features |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.