Click or drag to resize

Win32ToolBarButtonImageKey Property

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

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