Win32ShellContextMenuProviderAsyncOperation Property |
Gets or sets a value indicating whether context menu operations are executed asynchronously.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool AsyncOperation { get; set; }
Public Property AsyncOperation As Boolean
Get
Set
public:
property bool AsyncOperation {
bool get ();
void set (bool value);
}
member AsyncOperation : bool with get, set
Property Value
BooleanTrue if asynchronous operations should be executed asynchronously, false if not.
See Also