event AfterShellMenuCommand ()
Fired after the control executes the selected menu item from the folder's context menu list.
Type
Description
Right clicking on a folder results in showing the folder's context menu. If some item from this menu is selected, the control fires a pair of events to notify your application about this event. Before the menu item is executed,
BeforeShellMenuCommand
event is fired. After the menu item is executed, this event is fired. Please note that Windows OS is a multitasking environment. That means that execution of menu item does not mean that this event is fired after the executed program (or command) has finished. Rather, immediately after execution of the menu item this event is fired. The control provides a drop down context menu, if the
EnableShellMenu
property is True.
Send comments on this topic.
© 1999-2006
Exontrol Inc, Software
. All rights reserved.