MenuHandleContextMenuMessage Method |
Handles context menu messages for Window owning a context menu..
This method must be called by Window owners that set the ShowMenuOptions.Hwnd property.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool HandleContextMenuMessage(
Message message
)
Parameters
- message
- Type: System.Windows.FormsMessage
The message.
Return Value
Type:
Booleantrue if the message was handle; false otherwise.
See Also