|
PeCustomMenu
public event CustomMenuEventHandler PeCustomMenu;
public delegate void CustomMenuEventHandler(object sender, ProEssentials.EventArg.CustomMenuEventArgs e);
public CustomMenuEventArgs(int menuIndex, int submenuIndex)
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. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |