ImageList::ImageCollection::Empty Property

 

Gets a value indicating whether the ImageList has any images.

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

public:
property bool Empty {
	bool get();
}

Property Value

Type: System::Boolean

true if there are no images in the list; otherwise, false. The default is false.

You can check this property without forcing the creation of a Handle.

.NET Framework
Available since 1.1
Return to top
Show: