Provides tool_bar control renderer methods.
Public Static Methods | |
static void | draw_tool_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. | |
|
static |
Draws a box in the specified bounds, form state and background color.
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. |