Docking in Windows Forms xptoolbar (XPToolbar)
5 Feb 2019 / 1 minute to read
Docking is a process of positioning the control inside the form. The Dock
property is used to place the control by left, right, top, bottom, fill and none.
The below code snippets is used to set the docking in XPToolBar.
this.xpToolBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
Me.xpToolBar1.Dock = System.Windows.Forms.DockStyle.Bottom
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page