Win32ToolBarButtonImageIndex Property |
Gets or sets the index value of the image assigned to the button.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [TypeConverterAttribute(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
<TypeConverterAttribute(GetType(ImageIndexConverter))>
Public Property ImageIndex As Integer
Get
Set
public:
[TypeConverterAttribute(typeof(ImageIndexConverter))]
property int ImageIndex {
int get ();
void set (int value);
}
[<TypeConverterAttribute(typeof(ImageIndexConverter))>]
member ImageIndex : int with get, set
Return Value
Type:
Int32The index value of the
Image assigned to the toolbar button. The default is -1.
Exceptions See Also