Having trouble getting help?
Contact Support
Contact Support
Chevron/Overflow Button in Windows Forms xp toolbar (XPToolbar)
29 Apr 20211 minute to read
Overflow button is used to expand a toolbar and view other options that may not be currently visible. The ShowChevron
property is used to indicates whether to show overflow button or not.
The below code snippets is used to enable the chevron in XPToolBar.
this.xpToolBar1.ShowChevron = true;
Me.xpToolBar1.ShowChevron = True