hImageList

Returns a handle to an ImageList control.

Syntax

object.hImageList

The object placeholder represents an object expression that evaluates to an object.

Remarks

The operating environment identifies an ImageList control in an application by assigning it a handle, or hImageList. The hImageList property is used with the Tabstrip, Treeview, and Listview controls. Many ImageList-related API functions require the hImageList of the active window as an argument.

Note Because the value of this property can change while a program is running, never store the hImageList value in a variable.