48 class status_bar_panel_control;
49 class sizing_grip_control;
91 virtual
bool show_panels() const noexcept;
101 virtual
bool show_tool_tips() const noexcept;
106 virtual
status_bar& show_tool_tips(
bool value);
111 virtual
bool sizing_grip() const noexcept;
160 xtd::drawing::font default_font() const noexcept override;
161 drawing::size default_size() const noexcept override;
185 void on_handle_created(const
event_args& e) override;
186 void on_handle_destroyed(const
event_args& e) override;
198 bool is_horizontal() const noexcept;
199 bool is_system_status_bar() const noexcept;
202 void on_control_appearance_changed(const
xtd::
event_args&) override;
207 void resize_spring_panels();
210 std::shared_ptr<data> data_;
intmax_t intptr
Represent a pointer or a handle.
Definition: types.h:151
xtd::forms::style_sheets::control status_bar
The status_bar data allows you to specify the box of a status_bar control.
Definition: status_bar.h:23
Contains xtd::forms::panel container.
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 ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
xtd::forms::style_sheets::control status_bar_panel
The buttton data allows you to specify the box of a status_bar_panel control.
Definition: status_bar_panel.h:23
Represents an event.
Definition: event.h:21
Contains xtd::forms::status_bar_panel_click_event_handler event handler.
Contains xtd::forms::status_bar_draw_item_event_handler event handler.
xtd::forms::style_sheets::control form
The form data allows you to specify the box of a form control.
Definition: form.h:21
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::status_bar_panel container.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
size_t size
Represents a size of any object in bytes.
Definition: types.h:195