Click or drag to resize

ShellContextIsEmpty Property

Gets a value that indicates whether this context is empty.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool IsEmpty { get; }

Property Value

Type: Boolean
true if this context is empty; false otherwise.
See Also