Click or drag to resize

ShellMenuItemInsertBeforeByPosition Property

Gets or sets a value indicating whether insert happens by position or by index.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool InsertBeforeByPosition { get; set; }

Property Value

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