NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageList.Handle

The handle of the ImageList object. This corresponds to a win32 HIMAGELIST Handle.

[Visual Basic]
Public ReadOnly Property Handle As Integer
[C#]
public int Handle {get;}
[C++]
public: __property int get_Handle();
[JScript]
public function get Handle() : int;

See Also

ImageList Class | ImageList Members | System.WinForms Namespace