|
|
|
Image Property, ImagePartClass Class |
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 { |
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