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 (in ShellBrowser.dll) Version: 7.2
Syntax
[TypeConverterAttribute(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }

Return Value

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