Win32ShellContextMenuProviderAsyncOperation Property |
Gets or sets a value indicating whether context menu operations are executed asynchronously.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
BooleanTrue if asynchronous operations should be executed asynchronously, false if not.
See Also