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

◆ create() [14/20]

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

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

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