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.HandleCreated

Whether or not the underlying Win32 handle has been created.

[Visual Basic]
Public ReadOnly Property HandleCreated As Boolean
[C#]
public bool HandleCreated {get;}
[C++]
public: __property bool get_HandleCreated();
[JScript]
public function get HandleCreated() : Boolean;

See Also

ImageList Class | ImageList Members | System.WinForms Namespace