xtd 0.2.0
xtd::drawing::system_brushes Class Referencefinal

Definition

Each property of the xtd::drawing::system_brushes class is a xtd::drawing::solid_brush that is the color of a Windows display element.

class drawing_export_ system_brushes final static_
Inheritance
xtd::static_objectxtd::drawing::system_brushes
Namespace
xtd::drawing
Library
xtd.drawing

Properties

static xtd::drawing::solid_brush accent ()
 Gets a solid_brush that is the color of the accent. More...
 
static xtd::drawing::solid_brush accent_text ()
 Gets a solid_brush that is the color of the accent text. More...
 
static xtd::drawing::solid_brush active_border ()
 Gets a solid_brush that is the color of the active border. More...
 
static xtd::drawing::solid_brush active_caption ()
 Gets a solid_brush that is the color of the active caption. More...
 
static xtd::drawing::solid_brush active_caption_text ()
 Gets a solid_brush that is the color of the active caption text. More...
 
static xtd::drawing::solid_brush active_text ()
 Gets a solid_brush that is the color of the active text. More...
 
static xtd::drawing::solid_brush app_workspace ()
 Gets a solid_brush that is the color of the app workspace. More...
 
static xtd::drawing::solid_brush button_face ()
 Gets a solid_brush that is the color of the button face. More...
 
static xtd::drawing::solid_brush button_highlight ()
 Gets a solid_brush that is the color of the button highlight. More...
 
static xtd::drawing::solid_brush button_shadow ()
 Gets a solid_brush that is the color of the button shadow. More...
 
static xtd::drawing::solid_brush control ()
 Gets a solid_brush that is the color of the control. More...
 
static xtd::drawing::solid_brush control_dark ()
 Gets a solid_brush that is the color of the control dark. More...
 
static xtd::drawing::solid_brush control_dark_dark ()
 Gets a solid_brush that is the color of the control dark dark. More...
 
static xtd::drawing::solid_brush control_light ()
 Gets a solid_brush that is the color of the control light. More...
 
static xtd::drawing::solid_brush control_light_light ()
 Gets a solid_brush that is the color of the control light light. More...
 
static xtd::drawing::solid_brush control_text ()
 Gets a solid_brush that is the color of the control text. More...
 
static xtd::drawing::solid_brush desktop ()
 Gets a solid_brush that is the color of the desktop. More...
 
static xtd::drawing::solid_brush gradient_active_caption ()
 Gets a solid_brush that is the color of the gradient active caption. More...
 
static xtd::drawing::solid_brush gradient_inactive_caption ()
 Gets a solid_brush that is the color of the gradient inactive caption. More...
 
static xtd::drawing::solid_brush gray_text ()
 Gets a solid_brush that is the color of the gray text. More...
 
static xtd::drawing::solid_brush highlight ()
 Gets a solid_brush that is the color of the highlight. More...
 
static xtd::drawing::solid_brush highlight_text ()
 Gets a solid_brush that is the color of the highlight text. More...
 
static xtd::drawing::solid_brush hot_track ()
 Gets a solid_brush that is the color of the hot track. More...
 
static xtd::drawing::solid_brush inactive_border ()
 Gets a solid_brush that is the color of the inactive border. More...
 
static xtd::drawing::solid_brush inactive_caption ()
 Gets a solid_brush that is the color of the inactive caption. More...
 
static xtd::drawing::solid_brush inactive_caption_text ()
 Gets a solid_brush that is the color of the inactive caption text. More...
 
static xtd::drawing::solid_brush info ()
 Gets a solid_brush that is the color of the info. More...
 
static xtd::drawing::solid_brush info_text ()
 Gets a solid_brush that is the color of the info text. More...
 
static xtd::drawing::solid_brush link_text ()
 Gets a solid_brush that is the color of the link text. More...
 
static xtd::drawing::solid_brush menu ()
 Gets a solid_brush that is the color of the menu. More...
 
static xtd::drawing::solid_brush menu_bar ()
 Gets a solid_brush that is the color of the menu bar. More...
 
static xtd::drawing::solid_brush menu_highlight ()
 Gets a solid_brush that is the color of the menu highlight. More...
 
static xtd::drawing::solid_brush menu_text ()
 Gets a solid_brush that is the color of the menu text. More...
 
static xtd::drawing::solid_brush scroll_bar ()
 Gets a solid_brush that is the color of the scroll bar. More...
 
static xtd::drawing::solid_brush shadow_text ()
 Gets a solid_brush that is the color of the shadow text. More...
 
static xtd::drawing::solid_brush text_box ()
 Gets a solid_brush that is the color of the text box. More...
 
static xtd::drawing::solid_brush text_box_text ()
 Gets a solid_brush that is the color of the text box text. More...
 
static xtd::drawing::solid_brush visited_text ()
 Gets a solid_brush that is the color of the visited text. More...
 
static xtd::drawing::solid_brush window ()
 Gets a solid_brush that is the color of the window. More...
 
static xtd::drawing::solid_brush window_frame ()
 Gets a solid_brush that is the color of the window frame. More...
 
static xtd::drawing::solid_brush window_text ()
 Gets a solid_brush that is the color of the window text. More...
 

Methods

static const std::vector< xtd::drawing::solid_brush > & get_brushes ()
 Gets an array of system colors. More...
 

Member Function Documentation

◆ accent()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::accent ( )
static

Gets a solid_brush that is the color of the accent.

◆ accent_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::accent_text ( )
static

Gets a solid_brush that is the color of the accent text.

◆ active_border()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::active_border ( )
static

Gets a solid_brush that is the color of the active border.

◆ active_caption()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::active_caption ( )
static

Gets a solid_brush that is the color of the active caption.

◆ active_caption_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::active_caption_text ( )
static

Gets a solid_brush that is the color of the active caption text.

◆ active_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::active_text ( )
static

Gets a solid_brush that is the color of the active text.

◆ app_workspace()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::app_workspace ( )
static

Gets a solid_brush that is the color of the app workspace.

◆ button_face()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::button_face ( )
static

Gets a solid_brush that is the color of the button face.

◆ button_highlight()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::button_highlight ( )
static

Gets a solid_brush that is the color of the button highlight.

◆ button_shadow()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::button_shadow ( )
static

Gets a solid_brush that is the color of the button shadow.

◆ control()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control ( )
static

Gets a solid_brush that is the color of the control.

Examples:
wnd_proc.cpp.

◆ control_dark()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control_dark ( )
static

Gets a solid_brush that is the color of the control dark.

◆ control_dark_dark()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control_dark_dark ( )
static

Gets a solid_brush that is the color of the control dark dark.

◆ control_light()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control_light ( )
static

Gets a solid_brush that is the color of the control light.

◆ control_light_light()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control_light_light ( )
static

Gets a solid_brush that is the color of the control light light.

◆ control_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::control_text ( )
static

Gets a solid_brush that is the color of the control text.

Examples:
wnd_proc.cpp.

◆ desktop()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::desktop ( )
static

Gets a solid_brush that is the color of the desktop.

◆ get_brushes()

static const std::vector<xtd::drawing::solid_brush>& xtd::drawing::system_brushes::get_brushes ( )
static

Gets an array of system colors.

◆ gradient_active_caption()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::gradient_active_caption ( )
static

Gets a solid_brush that is the color of the gradient active caption.

◆ gradient_inactive_caption()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::gradient_inactive_caption ( )
static

Gets a solid_brush that is the color of the gradient inactive caption.

◆ gray_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::gray_text ( )
static

Gets a solid_brush that is the color of the gray text.

◆ highlight()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::highlight ( )
static

Gets a solid_brush that is the color of the highlight.

◆ highlight_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::highlight_text ( )
static

Gets a solid_brush that is the color of the highlight text.

◆ hot_track()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::hot_track ( )
static

Gets a solid_brush that is the color of the hot track.

◆ inactive_border()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::inactive_border ( )
static

Gets a solid_brush that is the color of the inactive border.

◆ inactive_caption()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::inactive_caption ( )
static

Gets a solid_brush that is the color of the inactive caption.

◆ inactive_caption_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::inactive_caption_text ( )
static

Gets a solid_brush that is the color of the inactive caption text.

◆ info()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::info ( )
static

Gets a solid_brush that is the color of the info.

◆ info_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::info_text ( )
static

Gets a solid_brush that is the color of the info text.

◆ link_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::link_text ( )
static

Gets a solid_brush that is the color of the link text.

◆ menu()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::menu ( )
static

Gets a solid_brush that is the color of the menu.

◆ menu_bar()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::menu_bar ( )
static

Gets a solid_brush that is the color of the menu bar.

◆ menu_highlight()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::menu_highlight ( )
static

Gets a solid_brush that is the color of the menu highlight.

Examples:
wnd_proc.cpp.

◆ menu_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::menu_text ( )
static

Gets a solid_brush that is the color of the menu text.

◆ scroll_bar()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::scroll_bar ( )
static

Gets a solid_brush that is the color of the scroll bar.

◆ shadow_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::shadow_text ( )
static

Gets a solid_brush that is the color of the shadow text.

◆ text_box()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::text_box ( )
static

Gets a solid_brush that is the color of the text box.

◆ text_box_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::text_box_text ( )
static

Gets a solid_brush that is the color of the text box text.

◆ visited_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::visited_text ( )
static

Gets a solid_brush that is the color of the visited text.

◆ window()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::window ( )
static

Gets a solid_brush that is the color of the window.

◆ window_frame()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::window_frame ( )
static

Gets a solid_brush that is the color of the window frame.

◆ window_text()

static xtd::drawing::solid_brush xtd::drawing::system_brushes::window_text ( )
static

Gets a solid_brush that is the color of the window text.


The documentation for this class was generated from the following file: