xtd 0.2.0

◆ create() [13/16]

static lcd_label xtd::forms::lcd_label::create ( const control parent,
const xtd::string text 
)
static

A factory to create an xtd::forms::lcd_label with specified parent, and text.

Parameters
parentThe parent that contains the new created xtd::forms::lcd_label.
textA string that represent text of the xtd::forms::lcd_label.
Returns
New xtd::forms::lcd_label created.