ShellListItemIsFolder Property |
Is true if this item is a folder; false otherwise.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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
Type:
BooleanSee Also