Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeCustomMenu

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event CustomMenuEventHandler PeCustomMenu;

 

public delegate void CustomMenuEventHandler(object sender, ProEssentials.EventArg.CustomMenuEventArgs e);

 

public CustomMenuEventArgs(int menuIndex, int submenuIndex)

 

Argument

Description

menuIndex

Reading this argument identifies zero based menu index clicked.

submenuIndex

Reading this argument identifies one-based sub-menu index clicked.

 

Description

The CustomMenu event is fired after the user selects a custom menu item on the popup menu.

 

Comments

See Also: PeUserInterface.Menu, PeUserInterface.Menu.CustomMenu,  Common Question 38

 

See example 127 in the demo and example projects.