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

◆ create_control() [1/2]

static tool_bar_button xtd::forms::tool_bar_button::create_control ( const xtd::string text,
const xtd::forms::control control 
)
static

A factory to create a control toolbar button with specified text and control.

Parameters
textThe text displayed on the toolbar button.
controlA xtd::forms::control to be displayed in the control toolbar button.
Returns
New xtd::forms::tool_bar_button created.