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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IntPtr NativeTag { get; set; }

Property Value

Type: IntPtr
The tag value.
See Also