40      virtual control& 
texts(
const xtd::ustring& text, 
const xtd::ustring& supplementary_text) {
return this->text(ustring::format(
"{}{}{}", text, environment::new_line(), supplementary_text));}
 
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:25
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
Contains xtd::forms::dialog_result enum class.
 
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::forms::timer component.