Click or drag to resize

Win32ToolBarButtonImageKey Property

Gets or sets the name of the image assigned to the button.

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

Return Value

Type: String
The name of the Image assigned to the toolbar button.
See Also