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

◆ set_texts()

void xtd::forms::command_link_button::set_texts ( const xtd::ustring text,
const xtd::ustring supplementary_text 
)

Sets text and supplementary text.

Parameters
textA string that represent control text
supplementary_textA string that represent supplementary text.
Returns
Current control.
Remarks
Is equivalent to calling text property with main text and supplementary text separated by "\n".