GetPopupMenuById(DXPopupMenu, SchedulerMenuItemId, Boolean)
static
|
menu, id, recursive
|
Gets a popup menu (a menu item which contains a submenu) by its ID value within the specified popup menu. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.
|
GetPopupMenuById(SchedulerMenuItemId, Boolean)
|
id, recursive
|
Gets a popup menu (menu item which contains a submenu) by its ID value. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.
|
GetPopupMenuById(SchedulerMenuItemId)
|
id
|
Gets a popup menu (menu item which contains a submenu) by its ID value.
|