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

◆ create() [10/20]

static status_bar xtd::forms::status_bar::create ( 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 style, text, and name.

Parameters
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.