ShellBrowserAsyncOperations Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static bool AsyncOperations { get; set; }
Public Shared Property AsyncOperations As Boolean
Get
Set
public:
static property bool AsyncOperations {
bool get ();
void set (bool value);
}
static member AsyncOperations : bool with get, set
Property Value
Type:
BooleanRemarks Depending on OS version and ContextMenu operation does not always apply.
See Also