Provides status_bar control renderer methods.
class forms_export_ status_bar_renderer
static_ - Inheritance
- xtd::static → xtd::forms::status_bar_renderer
- Header
#include <xtd/forms/status_bar_renderer>
- Namespace
- xtd::forms::style_sheets
- Library
- xtd.forms
|
static void | draw_status_bar (const xtd::forms::style_sheets::style_sheet &style_sheet, xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::form_state form_state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::forms::border_style > &border, xtd::forms::border_sides sides) |
| Draws a box in the specified bounds, form state and background color. More...
|
|
static void | draw_text_status_bar (const style_sheets::style_sheet &style_sheet, xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const std::optional< xtd::drawing::color > &fore_color, const std::optional< xtd::drawing::font > &font) |
|
◆ draw_status_bar()
Draws a box in the specified bounds, form state and background color.
- Parameters
-
graphics | The Graphics used to draw a form. |
bounds | The xtd::drawing::rectangle that specifies the bounds of the form. |
graphics | The Graphics used to draw a form control. |
bounds | The xtd::drawing::rectangle that specifies the bounds of the form control. |
form_state | The visual state of a form that is drawn with visual styles. |
back_color | The background color for the form control. |
The documentation for this class was generated from the following file: