Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can move or add a ToolStripItem to the left or right side of a ToolStrip.
To move or add a ToolStripItem to the left side of a ToolStrip
- Set the ToolStripItemAlignment property of the ToolStripItem to Left.
To move or add a ToolStripItem to the right side of a ToolStrip
- Set the ToolStripItemAlignment property of the ToolStripItem to Right.
See Also
Reference
ToolStrip Control Overview (Windows Forms)
ToolStripItem
ToolStripItemAlignment
Left
Right