Softelvdm.Controls Class Library for Windows Controls 1.0

Image Property, ButtonPartClass Class

Softel vdm, Inc.

Defines the button image.

Syntax      ButtonPartClass 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.

The default value is null/Nothing.

Comments

The Image property defines the button image.

If an image is defined, the text is no longer displayed (they are mutually exclusive).

Version Information

Supported in version 1.0.
Products Table


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