Click or drag to resize

Win32ToolBarButtonTag Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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