WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1ThumbButton Class / ImageIndex Property

In This Topic
ImageIndex Property
In This Topic
Gets or sets the index of an image in the ImageList.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1ThumbButton.ImageIndex", "The index of an image in the ImageList.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<RelatedImageListAttribute("ImageList")>
<TypeConverterAttribute(System.Windows.Forms.ImageIndexConverter)>
<EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design", System.Drawing.Design.UITypeEditor)>
<DefaultValueAttribute(-1)>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Appearance")>
Public Property ImageIndex As Integer
 
See Also