Softelvdm.Controls Class Library for Windows Controls 1.0

Image Property, ImagePartClass Class

Softel vdm, Inc.

Defines the image.

Syntax      ImagePartClass Class (Softelvdm.Controls)

VB   

Public Property Image As Image

C#   

public Image Image { get; set; }

C++   

public: property Image^ Image {
        Image^ get();
        void set(Image^ value);
}

Property Value

The image or null/Nothing if there is no image.

The default value is null/Nothing.

Comments

The Image property defines the image.

If the HoverImage property defines an image, the images defined using the Image and HoverImage properties must be the same size.

If the Image property is set to null/Nothing, the HoverImage property is automatically cleared.

When the Image property is set, the ImageList and ImageIndex properties are automatically cleared.

Version Information

Supported in version 1.0.
Products Table


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