NetXP 3.0 Reference

CommandBar.SetupChevronMenu Event

Handle this event if you wish to customize the expansion item menu.

[Visual Basic]
Public Event SetupChevronMenu As SetupChevronMenuEventHandler
[C#]
public event SetupChevronMenuEventHandler SetupChevronMenu;

Event Data

The event handler receives an argument of type SetupChevronMenuEventArgs containing data related to this event. The following SetupChevronMenuEventArgs property provides information specific to this event.

PropertyDescription
Items The items shown in the chevron menu.

See Also

CommandBar Class | NETXP.Controls.Bars Namespace