Articles in this section
Category / Section

How to create the WinForms XPToolBar?

1 min read

Create an XPToolBar

Through Designer:

Just Drag-and-Drop the XPToolbar component from the toolbox onto the form.

Through Code:

C#

this.xpToolBar1 = new Syncfusion.Windows.Forms.Tools.XPToolBar();
this.xpToolBar1.Size = new Size(200, 24);
this.xpToolBar1.Location = new Point(10, 10);

VB

Me.xpToolBar1 = New Syncfusion.Windows.Forms.Tools.XPToolBar()
Me.xpToolBar1.Size = New Size(200, 24)
Me.xpToolBar1.Location = New Point(10, 10)

Reference link: https://help.syncfusion.com/windowsforms/xptoolbar/getting-started

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied