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: 6.3.1
Syntax
protected int ShellMenuStartsAt { get; set; }

Property Value

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