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