ShellMenuItemInsertBeforeByPosition Property |
Gets or sets a value indicating whether insert happens by position or by index.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool InsertBeforeByPosition { get; set; }
Property Value
Type:
Booleantrue if insert happens by position; otherwise,
false.
See Also