Click or drag to resize

NativeProxyContextMenuId Property

Gets the CBFS Shell context menu identifier for the current native proxy. This value can be used as the CLSID of a custom IContextMenu handler.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Guid ContextMenuId { get; }

Property Value

Type: Guid
The context menu identifier.
See Also