54 class tool_bar_button_control;
126 virtual
xtd::drawing::
size button_size() const noexcept;
136 virtual
tool_bar& button_size(std::nullptr_t value);
142 virtual
bool divider() const noexcept;
156 virtual
bool drop_down_arrows() const noexcept;
179 virtual
xtd::drawing::
size image_size() const noexcept;
183 virtual
bool show_icon() const noexcept;
191 virtual
bool show_text() const noexcept;
200 virtual
bool show_tool_tips() const noexcept;
220 virtual
bool wrappable() const noexcept;
390 xtd::drawing::font default_font() const noexcept override;
391 drawing::
size default_size() const noexcept override;
429 bool is_horizontal() const noexcept;
430 bool is_system_tool_bar() const noexcept;
431 tool_bar& is_system_tool_bar(
bool value);
437 void resize_stretchable_separtors();
438 void update_toolbar_button_control(
intptr handle, const
xtd::
string& text, const
xtd::
string& tool_tip_text, const
xtd::drawing::image& image,
bool pushed,
bool enabled,
bool visible);
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Represents an event.
Definition event.h:21
delegate< void(object &sender, const tool_bar_button_click_event_args &e)> tool_bar_button_click_event_handler
Represents the method that will handle the xtd::forms::tool_bar::button_click event of a xtd::forms::...
Definition tool_bar_button_click_event_handler.h:26
#define forms_export_
Define shared library export.
Definition forms_export.h:13
xtd::forms::style_sheets::control form
The form data allows you to specify the box of a form control.
Definition form.h:23
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
size_t size
Represents a size of any object in bytes.
Definition size.h:23
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.h:23
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
Contains xtd::forms::image_list component.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::border_style class.
Contains xtd::forms::style_sheets::panel class.
Contains xtd::forms::tool_bar_text_align enum class.