NativeProxyGenericHandlerId Property |
Gets the CBFS Shell generic handler identifier for the current native proxy.
This value can be used as the CLSID of a custom Shell handler (IContextMenu, IDropTarget).
Namespace:
callback.ShellBoost.Core.Client
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public Guid GenericHandlerId { get; }
Property Value
Type:
GuidThe context menu identifier.
See Also