IContextMenuTarget Methods |
The IContextMenuTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearSubMenu |
This target should remove any showing sub menu.
|
![]() | ClearTarget |
This target should clear any active display.
|
![]() | DoesStackedClientMouseDownBecomeCurrent |
Should a mouse down at the provided point cause the currently stacked context menu to become current.
|
![]() | GetActiveView |
Gets the view element that should be used when this target is active.
|
![]() | MatchMnemonic |
Determine if the keys value matches the mnemonic setting for this target.
|
![]() | MnemonicActivate |
Activate the item because of a mnemonic key press.
|
![]() | ShowSubMenu |
This target should show any appropriate sub menu.
|
![]() | ShowTarget |
This target should display as the active target.
|