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 public virtual bool InsertBeforeByPosition { get; set; }
Property Value
Type:
Booleantrue if insert happens by position; otherwise,
false.
See Also