Share via


SnapInImageList.Empty Property

 

Gets a Boolean value that indicates whether the image list is empty.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool Empty { get; }
public:
property bool Empty {
    bool get();
}
member Empty : bool with get
Public ReadOnly Property Empty As Boolean

Property Value

Type: System.Boolean

true if the list is empty; otherwise false

See Also

SnapInImageList Class
Microsoft.ManagementConsole Namespace

Return to top