Click or drag to resize

ShellMenuItemInsertBeforeById Property

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

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

Property Value

Type: Boolean
true if insert happends by identifier; otherwise, false.
See Also