Click or drag to resize

Win32ToolBarButtonImageIndex Property

Gets or sets the index value of the image assigned to the button.

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

Return Value

Type: Int32
The index value of the Image assigned to the toolbar button. The default is -1.
Exceptions
ExceptionCondition
ArgumentExceptionThe assigned value is less than -1.
See Also