ItemIdListIsExpandable Property |
Gets a value indicating whether this object is expandable.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool IsExpandable { get; }
Public ReadOnly Property IsExpandable As Boolean
Get
public:
property bool IsExpandable {
bool get ();
}
member IsExpandable : bool with get
Property Value
Type:
Booleantrue if this object is expandable, false if not.
See Also