Click or drag to resize

ShellMenuItemTag Property

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

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

Property Value

Type: Object
The tag value.
See Also