property ExMenu.AllowChevron as ChevronEnum
Retrieves or sets a value that indicates whether the control programmatically displays the chevron or scroll items on the menu bar.

TypeDescription
ChevronEnum A ChevronEnum expression that indicates whether the control displays chevron or scroll items to the menu bar.

By default, the AllowChevron property is exChevron ( True ). The chevron/scroll gets displayed when the items on the menu bar do not fit the menu's client area. Use the ChevronImage property to replace the image for a chevron, when AllowChevron property is exChevron. Use the ScrollImage property to assign custom icons to scrolling items, when the AllowChevron property is exScroll. Use the Images method to assign icons to the control. Use the Image property to assign an icon to an item.

The following screen shot shows the control when AllowChevron property is exDefault.

The following screen shot shows the control when AllowChevron property is exChevron.

The following screen shot shows the control when AllowChevron property is exScroll.