Win32ToolBarButtonImageKey Property |
Gets or sets the name of the image assigned to the button.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [TypeConverterAttribute(typeof(ImageKeyConverter))]
public string ImageKey { get; set; }
<TypeConverterAttribute(GetType(ImageKeyConverter))>
Public Property ImageKey As String
Get
Set
public:
[TypeConverterAttribute(typeof(ImageKeyConverter))]
property String^ ImageKey {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute(typeof(ImageKeyConverter))>]
member ImageKey : string with get, set
Return Value
Type:
StringThe name of the
Image assigned to the toolbar button.
See Also