SearchFolderIsSlow Property |
Gets a value indicating whether this object is slow.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic override bool IsSlow { get; }Public Overrides ReadOnly Property IsSlow As Boolean
Get
public:
virtual property bool IsSlow {
bool get () override;
}abstract IsSlow : bool with get
override IsSlow : bool with get
Property Value
BooleanTrue if this object is slow, false if not.
Remarks
Slow elements are handled specifically, e.g. list items are loaded asynchronously.
See Also