Click or drag to resize

IContextMenuTarget Methods

The IContextMenuTarget type exposes the following members.

Methods
  NameDescription
Public methodClearSubMenu
This target should remove any showing sub menu.
Public methodClearTarget
This target should clear any active display.
Public methodDoesStackedClientMouseDownBecomeCurrent
Should a mouse down at the provided point cause the currently stacked context menu to become current.
Public methodGetActiveView
Gets the view element that should be used when this target is active.
Public methodMatchMnemonic
Determine if the keys value matches the mnemonic setting for this target.
Public methodMnemonicActivate
Activate the item because of a mnemonic key press.
Public methodShowSubMenu
This target should show any appropriate sub menu.
Public methodShowTarget
This target should display as the active target.
Top
See Also