Copyright © 2003-2024 MultiMedia Soft

Text property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property Text As String

 

[C#]

public virtual string Text {get; set;}

 

[C++]

public: __property virtual String* get_Text();

public: __property virtual void set_Text(String*);

 

 

Remarks

Caption text over the button.

The text position is by default horizontally and vertically centered.

For a better management of the caption text refer to the TextDescrCaption property and to the How to add text to the control section.

To change the text font refer to the FontTextCaption property.