Click or drag to resize

ContextMenuOptionsExtractMenu Property

Gets or sets a value indicating whether to extract the menu as a Menu object.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool ExtractMenu { get; set; }

Property Value

Type: Boolean
true if the menu must be extracted; otherwise, false.
See Also