ImageList::HandleCreated Property

 

Gets a value indicating whether the underlying Win32 handle has been created.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool HandleCreated {
	bool get();
}

Property Value

Type: System::Boolean

true if the Handle has been created; otherwise, false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: