Does a tabcontrol have a close button?
-
There is a custom tab control on codeproject which provides close button for each tab. A simple search should be able to find it.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
There is a custom tab control on codeproject which provides close button for each tab. A simple search should be able to find it.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
You are welcome :)
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
You don't close a TabControl. If you want to close a TabPage, put a close button on it.