Click or drag to resize

MenuCreateContextMenu Method (Guid, IDataObject, 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,
	ContextMenuOptions options = null,
	bool throwOnError = true
)

Parameters

clsid
Type: SystemGuid
The COM server class identifier.
dataObject
Type: System.Runtime.InteropServices.ComTypesIDataObject
The data object.
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