Win32ShellContextMenuProviderShellMenuStartsAt Property |
Gets or sets a position of the first item of the shell menu.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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
Int32The index the shell menu starts at.
RemarksNeeded if the shell context menu is merged with an existing menu.
See Also