Click or drag to resize

ShellMenuSendToItemTag Property

Gets or sets the tag, a custom arbitrary value that can be used to store anything.

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

Property Value

Type: Object
The tag value.
See Also