2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Use the XPTaskPane's HeaderRightToolbar property to capture the XPToolbar on the right-top corner of the XPTaskPane. Then access its Items Collection and set the second BarItem (index value = 1, which is actually the 'X' close button) Visible property to False as shown in the code below: C# Syncfusion.Windows.Forms.Tools.XPMenus.BarItem bitem =this.xpTaskPane1.HeaderRightToolbar.Items[1]; bitem.Visible = false; VB Syncfusion.Windows.Forms.Tools.XPMenus.BarItem bitem =Me.xpTaskPane1.HeaderRightToolbar.Items(1) bitem.Visible = False |
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.