ShellBrowserAsyncOperations Property |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
RemarksDepending on OS version and ContextMenu operation does not always apply.
See Also