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 public virtual IntPtr NativeTag { get; set; }
Property Value
Type:
IntPtrThe tag value.
See Also