ImageList::Handle Property
.NET Framework (current version)
Gets the handle of the image list object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | Creating the handle for the ImageList failed. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: