Click or drag to resize

ShellMenuItemInsertBeforeById Property

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

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

Property Value

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