xtd 0.2.0
Loading...
Searching...
No Matches

◆ text() [2/2]

xtd::forms::control & xtd::forms::command_link_button::text ( const xtd::string value)
overridevirtual

Sets the text associated with this control.

Parameters
textThe text associated with this control.
Returns
Current control.
Remarks
Is equivalent to calling the texts property with what's before first "\n" as text and after first "\n" as supplementary_text.

Reimplemented from xtd::forms::control.