Softelvdm.Controls Class Library for Windows Controls 1.0

Text Property, ButtonPartClass Class

Softel vdm, Inc.

Defines the button text.

Syntax      ButtonPartClass Class (Softelvdm.Controls)

VB   

Public Property Text As String

C#   

public string Text { get; set; }

C++   

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

Property Value

The text.

The default value is String.Empty.

Comments

The Text property defines the button text.

If an image is defined (Image property), 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