Click or drag to resize

ContextMenuOptionsExtractMenu Property

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

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

Property Value

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