Click or drag to resize

MenuCreateContextMenu Method (Guid, IDataObject, Menu, ContextMenuOptions, Boolean)

Creates a native IContextMenu COM server for a given data object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int CreateContextMenu(
	Guid clsid,
	IDataObject dataObject,
	out Menu menu,
	ContextMenuOptions options = null,
	bool throwOnError = true
)

Parameters

clsid
Type: SystemGuid
The COM server class identifier.
dataObject
Type: System.Runtime.InteropServices.ComTypesIDataObject
The data object.
menu
Type: callback.ShellBoost.Core.WindowsShellMenu
The menu extracted from the context menu. If wil be extracted only if ShowMenuOptions.ExtractMenu is set to true.
options (Optional)
Type: callback.ShellBoost.Core.WindowsShellContextMenuOptions
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
0 or an error code.
See Also