Icon.Handle

Icon.Handle property

Gets the handle for this Icon. This is not a copy of the handle; do not free it.

public IntPtr Handle { get; }

Property Value

The Windows handle for the icon.

See Also