Chevron/Overflow Button in Windows Forms xptoolbar (XPToolbar)
3 Sep 2020 / 1 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
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