|
|
|
Text Property, ButtonPartClass Class |
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 { |
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