|
|
|
ImageList Property, ImagePartClass Class |
Defines the ImageList control containing the image.
Syntax ImagePartClass Class (Softelvdm.Controls)
VB |
Public Property ImageList As ImageList |
C# |
public ImageList ImageList { get; set; } |
C++ |
public: property ImageList^ ImageList { |
Property Value
The ImageList control containing the image or null/Nothing if an ImageList is not used.
The default value is null/Nothing.
Comments
The ImageList property defines the ImageList control containing the image.
The ImageList control can contain many images. The ImageIndex and HoverImageIndex properties are used to define the image used.
If the ImageList property is set to null/Nothing, the ImageIndex and HoverImageIndex properties are automatically cleared.
When the ImageList property is set, the Image property is automatically cleared.
Images based on an ImageList can only be defined at run-time and are not serializable. The Angle property is ignored for images based on an ImageList.
Version Information
Supported in version 1.0.
Products Table