Click or drag to resize

MergingContextMenuEventArgsAppendMenu Property

Gets the append menu. Items can only be added or removed to this menu.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellMenu AppendMenu { get; }

Property Value

Type: ShellMenu
The append menu.
See Also