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