Click or drag to resize

ShellContextMenuProvider Methods

The ShellContextMenuProvider type exposes the following members.

Methods
 NameDescription
Protected methodCreatePopupMenuCreates popup menu.
(Overrides Win32ShellContextMenuProviderCreatePopupMenu)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodExecuteCommand(ShellCommand)Executes the command operation on the SourceItems .
(Inherited from Win32ShellContextMenuProvider)
Public methodExecuteCommand(ShellContextMenuCommand) Executes the command operation on the SourceItems.
(Inherited from Win32ShellContextMenuProvider)
Obsolete
Protected methodHandleMenuItemHandles the menu item described by pCommandId.
(Overrides Win32ShellContextMenuProviderHandleMenuItem(Int32))
Protected methodOnAfterCommandExecuteExecutes the AfterCommandExecute event.
(Inherited from Win32ShellContextMenuProvider)
Protected methodOnBeforeCommandExecuteExecutes the BeforeCommandExecute event.
(Inherited from Win32ShellContextMenuProvider)
Protected methodOnRenameItemSelected Fires the RenameItemSelected event
(Inherited from Win32ShellContextMenuProvider)
Protected methodReleaseReleases this object.
(Inherited from Win32ShellContextMenuProvider)
Public methodShowContextMenu Shows the context menu at the specified location and executes the menu item the user has chosen.
(Inherited from Win32ShellContextMenuProvider)
Top
See Also