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

◆ create_push_button() [3/3]

static tool_bar_button xtd::forms::tool_bar_button::create_push_button ( const xtd::string text,
size_t  image_index 
)
static

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

Parameters
textThe text displayed on the toolbar button.
image_indexThe index value of the xtd::drawing::image assigned to the toolbar button.
Returns
New xtd::forms::tool_bar_button created.