Click or drag to resize

Win32ShellContextMenuProviderShellMenuStartsAt Property

Gets or sets a position of the first item of the shell menu.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
protected int ShellMenuStartsAt { get; set; }

Property Value

Int32
The index the shell menu starts at.
Remarks
Needed if the shell context menu is merged with an existing menu.
See Also