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

◆ texts() [2/3]

virtual command_link_button & xtd::forms::command_link_button::texts ( const std::tuple< xtd::string, xtd::string > &  texts)
virtual

Sets text and supplementary text.

Parameters
textsA tuple of two strings that represent main text and supplementary text.
Returns
Current control.
Remarks
Is equivalent to calling text property with main text and supplementary text separated by "\n".