![]() |
![]() ![]() ![]() |
dcShellProperties component.
|
type
|
TdcAfterMenuItemClickEvent = procedure(Sender: TObject; FileName: String; MenuItemID: Integer) of object;
|
|
property OnAfterMenuItemClick: TdcAfterMenuItemClickEvent;
|
The OnAfterMenuItemClick event occurs after selecting the menu item from the context menu for shell object.
|
|
The FileName parameter determines the name of the shell object, and MenuItemID determines the unique ID of selected menu item.
|
OnBeforeMenuItemClick event.
|