This documentation is for the old version. Go to the latest Graphics Mill docs

IImageList.Handle Property

Gets a Windows API handle to the image list (HIMAGELIST).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
ReadOnly Property Handle As IntPtr
C#
                IntPtr Handle { get; }

Property Value

Handle to the image list. The default value is a null reference.

Remarks

This corresponds to a Win32 HIMAGELIST handle. The handle is not created until you need to use it. Getting the handle causes it to be created.

See Also

Reference