Click or drag to resize

Win32ToolBarButtonTag Property

Gets or sets the object that contains data about the toolbar button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
[TypeConverterAttribute(typeof(StringConverter))]
public Object Tag { get; set; }

Return Value

Type: Object
An Object that contains data about the toolbar button. The default is .
See Also