|
|
|
|
ImageIndex Property, TabClass Class |
Defines the image index used for the tab image when using the ImageList property.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ImageIndex As Integer |
C# |
public int ImageIndex { get; set; } |
C++ |
public: property int ImageIndex { |
Property Value
A zero-based index that represents the position in the ImageList control (assigned to the ImageList property) where the image is located.
The default value is -1.
Comments
The ImageIndex property defines the image index used for the tab image when using the ImageList property.
The ImageList property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead. Images based on an ImageList can only be defined at run-time and are not serializable.