IContextMenuTarget Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IContextMenuTarget
The IContextMenuTarget type exposes the following members.
Name | Description | |
---|---|---|
ClientRectangle |
Get the client rectangle for the display of this target.
| |
HasSubMenu |
Returns if the item shows a sub menu when selected.
|
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.
|