Click or drag to resize

ShellMenuItemNativeTag Property

Gets or sets the menu item user data, a custom arbitrary value that can be used to store anything but must be able to cross processes as is.

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

Property Value

Type: IntPtr
The tag value.
See Also