50 class status_bar_panel_control;
51 class sizing_grip_control;
99 virtual
bool show_panels() const noexcept;
109 virtual
bool show_tool_tips() const noexcept;
119 virtual
bool sizing_grip() const noexcept;
258 xtd::drawing::font default_font() const noexcept override;
259 drawing::
size default_size() const noexcept override;
302 bool is_horizontal() const noexcept;
303 bool is_system_status_bar() const noexcept;
306 void on_control_appearance_changed(const
xtd::
event_args&) override;
311 void resize_spring_panels();
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 status_bar_draw_item_event_args &e)> status_bar_draw_item_event_handler
Represents the method that will handle the xtd::forms::status_bar::draw_item event of a xtd::forms::s...
Definition status_bar_draw_item_event_handler.h:26
delegate< void(object &sender, const status_bar_panel_click_event_args &e)> status_bar_panel_click_event_handler
Represents the method that will handle the xtd::forms::tool_bar::button_click event of a xtd::forms::...
Definition status_bar_panel_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
int32_t int32
Represents a 32-bit signed integer.
Definition int32.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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::status_bar_draw_item_event_handler event handler.
Contains xtd::forms::status_bar_panel_click_event_handler event handler.
Contains xtd::forms::style_sheets::panel class.
Contains xtd::forms::style_sheets::status_bar_panel alias.