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

◆ create_drop_down_button() [1/3]

static tool_bar_button xtd::forms::tool_bar_button::create_drop_down_button ( const xtd::string text,
const xtd::forms::context_menu drop_down_menu 
)
static

A factory to create a drop-down toolbar button with specified text and context menu.

Parameters
textThe text displayed on the toolbar button.
drop_down_menuA xtd::forms::context_menu to be displayed in the drop-down toolbar button.
Returns
New xtd::forms::tool_bar_button created.