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

◆ create() [17/20]

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

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

Parameters
parentThe parent that contains the new created xtd::forms::status_bar.
textThe text of the xtd::forms::status_bar.
Returns
New xtd::forms::status_bar created.