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

Property Value

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