ShellListBaseItemDetailsCompleted Property |
Returns true if item details have already been loaded.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool DetailsCompleted { get; protected set; }
Public Property DetailsCompleted As Boolean
Get
Protected Set
public:
property bool DetailsCompleted {
bool get ();
protected: void set (bool value);
}
member DetailsCompleted : bool with get, set
Property Value
Type:
Booleantrue if details completed, false if not.
See Also