Click or drag to resize

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.2
Syntax
public bool AsyncOperation { get; set; }

Property Value

Boolean
True if asynchronous operations should be executed asynchronously, false if not.
See Also