Click or drag to resize

ShellMenuSendToItemInsertBeforeByPosition 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
C#
public override bool InsertBeforeByPosition { get; set; }

Property Value

Type: Boolean
true if insert happens by position; otherwise, false.
See Also