Click or drag to resize

MenuInvokeOptionsIconHandle Property

Gets or sets a handle to an icon to use for any application activated by the command.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IntPtr IconHandle { get; set; }

Property Value

Type: IntPtr
The icon handle.
See Also