Click or drag to resize

MergingContextMenuEventArgsAppendMenu Property

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

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

Property Value

Type: ShellMenu
The append menu.
See Also