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; }
Protected Property ShellMenuStartsAt As Integer
Get
Set
protected:
property int ShellMenuStartsAt {
int get ();
void set (int value);
}
member ShellMenuStartsAt : int with get, set
Property Value
Type:
Int32The index the shell menu starts at.
Remarks Needed if the shell context menu is merged with an existing menu.
See Also