ShellListItemIsFolder Property |
Is true if this item is a folder; false otherwise.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override bool IsFolder { get; }Public Overrides ReadOnly Property IsFolder As Boolean
Get
public:
virtual property bool IsFolder {
bool get () override;
}abstract IsFolder : bool with get
override IsFolder : bool with get
Property Value
Boolean
See Also