Softelvdm.Controls Class Library for Windows Controls 1.0

ImageList Property, ImagePartClass Class

Softel vdm, Inc.

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 {
        ImageList^ get();
        void set(ImageList^ value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com