Click or drag to resize

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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool HandleContextMenuMessage(
	Message message
)

Parameters

message
Type: System.Windows.FormsMessage
The message.

Return Value

Type: Boolean
true if the message was handle; false otherwise.
See Also