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

◆ create() [8/13]

static form xtd::forms::form::create ( const xtd::string text,
form_start_position  start_position 
)
static

A factory to create an xtd::forms::form with specified text, and form start position.

Parameters
textA string that represent text of the xtd::forms::form.
start_positionA form_start_position that represents the starting position of the form.
Returns
New xtd::forms::form created.