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

◆ create() [20/20]

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

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

Parameters
parentThe parent that contains the new created xtd::forms::status_bar.
styleOne of the xtd::forms::dock_style values.
textThe text of the xtd::forms::status_bar.
nameThe name of the xtd::forms::status_bar.
Returns
New xtd::forms::status_bar created.