C# Class System.Windows.Forms.ThemeWin32Classic

Inheritance: System.Windows.Forms.Theme
Afficher le fichier Open project: kumpera/mono

Protected Properties

Свойство Type Description
arrow_color Color
pen_ticks_color Color
string_format_menu_menubar_text StringFormat
string_format_menu_shortcut StringFormat
string_format_menu_text StringFormat

Méthodes publiques

Méthode Description
BalloonWindowRect ( System.Windows.Forms.NotifyIcon control ) : Rectangle
CPDrawBorder ( Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle ) : void
CPDrawBorder ( Graphics graphics, RectangleF bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle ) : void
CPDrawBorder3D ( Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides ) : void
CPDrawBorder3D ( Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides, Color control_color ) : void
CPDrawBorderStyle ( Graphics dc, Rectangle area, BorderStyle border_style ) : void
CPDrawButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
CPDrawCaptionButton ( Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state ) : void
CPDrawCheckBox ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
CPDrawComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
CPDrawContainerGrabHandle ( Graphics graphics, Rectangle bounds ) : void
CPDrawFocusRectangle ( Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor ) : void
CPDrawGrabHandle ( Graphics graphics, Rectangle rectangle, bool primary, bool enabled ) : void
CPDrawGrid ( Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor ) : void
CPDrawImageDisabled ( Graphics graphics, Image image, int x, int y, Color background ) : void
CPDrawLockedFrame ( Graphics graphics, Rectangle rectangle, bool primary ) : void
CPDrawMenuGlyph ( Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color color, Color backColor ) : void
CPDrawMixedCheckBox ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
CPDrawRadioButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
CPDrawReversibleFrame ( Rectangle rectangle, Color backColor, FrameStyle style ) : void
CPDrawReversibleLine ( Point start, Point end, Color backColor ) : void
CPDrawScrollButton ( Graphics dc, Rectangle area, ScrollButton type, ButtonState state ) : void
CPDrawSelectionFrame ( Graphics graphics, bool active, Rectangle outsideRect, Rectangle insideRect, Color backColor ) : void
CPDrawSizeGrip ( Graphics dc, Color backColor, Rectangle bounds ) : void
CPDrawStringDisabled ( Graphics dc, string s, Font font, Color color, RectangleF layoutRectangle, StringFormat format ) : void
CPDrawStringDisabled ( System.Windows.Forms.IDeviceContext dc, string s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format ) : void
CPDrawVisualStyleBorder ( Graphics graphics, Rectangle bounds ) : void
CalcItemSize ( Graphics dc, MenuItem item, int y, int x, bool menuBar ) : void
CalcMenuBarSize ( Graphics dc, Menu menu, int width ) : int
CalcPopupMenuSize ( Graphics dc, Menu menu ) : void
CalculateButtonAutoSize ( Button button ) : Size
CalculateButtonTextAndImageLayout ( Graphics g, ButtonBase button, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
CalculateCheckBoxAutoSize ( CheckBox checkBox ) : Size
CalculateCheckBoxTextAndImageLayout ( ButtonBase button, Point p, Rectangle &glyphArea, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
CalculateRadioButtonAutoSize ( RadioButton rb ) : Size
CalculateRadioButtonTextAndImageLayout ( ButtonBase b, Point offset, Rectangle &glyphArea, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
CombBoxBackgroundHasHotElementStyle ( ComboBox comboBox ) : bool
ComboBoxDrawBackground ( ComboBox comboBox, Graphics g, Rectangle clippingArea, FlatStyle style ) : void
ComboBoxDrawNormalDropDownButton ( ComboBox comboBox, Graphics g, Rectangle clippingArea, Rectangle area, ButtonState state ) : void
ComboBoxDropDownButtonHasHotElementStyle ( ComboBox comboBox ) : bool
ComboBoxNormalDropDownButtonHasTransparentBackground ( ComboBox comboBox, ButtonState state ) : bool
DataGridPaint ( PaintEventArgs pe, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintCaption ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintColumnHeader ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid, int col ) : void
DataGridPaintColumnHeaders ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintParentRow ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGridDataSource row, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintParentRows ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRelationRow ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRow ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRowContents ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRowHeader ( Graphics g, Rectangle bounds, int row, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRowHeaderArrow ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRowHeaderStar ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid ) : void
DataGridPaintRows ( Graphics g, Rectangle cells, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
DataGridViewColumnHeaderCellDrawBackground ( System.Windows.Forms.DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds ) : bool
DataGridViewColumnHeaderCellDrawBorder ( System.Windows.Forms.DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds ) : bool
DataGridViewHeaderCellHasHotStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
DataGridViewHeaderCellHasPressedStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
DataGridViewRowHeaderCellDrawBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell, Graphics g, Rectangle bounds ) : bool
DataGridViewRowHeaderCellDrawBorder ( System.Windows.Forms.DataGridViewRowHeaderCell cell, Graphics g, Rectangle bounds ) : bool
DataGridViewRowHeaderCellDrawSelectionBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell ) : bool
DateTimePickerGetDateArea ( DateTimePicker dateTimePicker ) : Rectangle
DateTimePickerGetDropDownButtonArea ( DateTimePicker dateTimePicker ) : Rectangle
DrawBalloonWindow ( Graphics dc, Rectangle clip, System.Windows.Forms.NotifyIcon control ) : void
DrawButton ( Graphics g, Button b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
DrawButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
DrawButtonBase ( Graphics dc, Rectangle clip_area, ButtonBase button ) : void
DrawButtonFocus ( Graphics g, Button button ) : void
DrawButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
DrawButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
DrawCheckBox ( Graphics g, CheckBox cb, Rectangle glyphArea, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
DrawCheckBox ( Graphics dc, Rectangle clip_area, CheckBox checkbox ) : void
DrawCheckBoxFocus ( Graphics g, CheckBox cb, Rectangle focusArea ) : void
DrawCheckBoxGlyph ( Graphics g, CheckBox cb, Rectangle glyphArea ) : void
DrawCheckBoxImage ( Graphics g, CheckBox cb, Rectangle imageBounds ) : void
DrawCheckBoxText ( Graphics g, CheckBox cb, Rectangle textBounds ) : void
DrawCheckedListBoxItem ( CheckedListBox ctrl, DrawItemEventArgs e ) : void
DrawComboBoxItem ( ComboBox ctrl, DrawItemEventArgs e ) : void
DrawDateTimePicker ( Graphics dc, Rectangle clip_rectangle, DateTimePicker dtp ) : void
DrawFlatButton ( Graphics g, ButtonBase b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
DrawFlatButtonBackground ( Graphics g, ButtonBase button, Rectangle clipArea ) : void
DrawFlatButtonFocus ( Graphics g, ButtonBase button ) : void
DrawFlatButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
DrawFlatButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
DrawFlatStyleComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
DrawFlatStyleFocusRectangle ( Graphics graphics, Rectangle rectangle, ButtonBase button, Color foreColor, Color backColor ) : void
DrawGroupBox ( Graphics dc, Rectangle area, GroupBox box ) : void
DrawInnerFocusRectangle ( Graphics graphics, Rectangle rectangle, Color backColor ) : void
DrawListBoxItem ( ListBox ctrl, DrawItemEventArgs e ) : void
DrawListViewHeader ( Graphics dc, Rectangle clip, ListView control ) : void
DrawListViewHeaderDragDetails ( Graphics dc, ListView view, ColumnHeader col, int target_x ) : void
DrawListViewItems ( Graphics dc, Rectangle clip, ListView control ) : void
DrawManagedWindowDecorations ( Graphics dc, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : void
DrawMenuBar ( Graphics dc, Menu menu, Rectangle rect ) : void
DrawMenuItem ( MenuItem item, DrawItemEventArgs e ) : void
DrawMonthCalendar ( Graphics dc, Rectangle clip_rectangle, MonthCalendar mc ) : void
DrawOwnerDrawBackground ( DrawItemEventArgs e ) : void
DrawOwnerDrawFocusRectangle ( DrawItemEventArgs e ) : void
DrawPictureBox ( Graphics dc, Rectangle clip, PictureBox pb ) : void
DrawPopupButton ( Graphics g, Button b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
DrawPopupButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
DrawPopupButtonFocus ( Graphics g, Button button ) : void
DrawPopupButtonImage ( Graphics g, Button button, Rectangle imageBounds ) : void
DrawPopupButtonText ( Graphics g, Button button, Rectangle textBounds ) : void
DrawPopupMenu ( Graphics dc, Menu menu, Rectangle cliparea, Rectangle rect ) : void
DrawProgressBar ( Graphics dc, Rectangle clip_rect, System.Windows.Forms.ProgressBar ctrl ) : void
DrawRadioButton ( Graphics g, RadioButton rb, Rectangle glyphArea, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
DrawRadioButton ( Graphics dc, Rectangle clip_rectangle, RadioButton radio_button ) : void
DrawRadioButtonFocus ( Graphics g, RadioButton rb, Rectangle focusArea ) : void
DrawRadioButtonGlyph ( Graphics g, RadioButton rb, Rectangle glyphArea ) : void
DrawRadioButtonImage ( Graphics g, RadioButton rb, Rectangle imageBounds ) : void
DrawRadioButtonText ( Graphics g, RadioButton rb, Rectangle textBounds ) : void
DrawScrollBar ( Graphics dc, Rectangle clip, ScrollBar bar ) : void
DrawScrollButtonPrimitive ( Graphics dc, Rectangle area, ButtonState state ) : void
DrawStatusBar ( Graphics real_dc, Rectangle clip, System.Windows.Forms.StatusBar sb ) : void
DrawTabControl ( Graphics dc, Rectangle area, TabControl tab ) : void
DrawToolBar ( Graphics dc, Rectangle clip_rectangle, System.Windows.Forms.ToolBar control ) : void
DrawToolTip ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
DrawTrackBar ( Graphics dc, Rectangle clip_rectangle, TrackBar tb ) : void
GetLinkFont ( Control control ) : Font
HideBalloonWindow ( IntPtr handle ) : void
ListViewGetHeaderHeight ( ) : int
ListViewGetHeaderHeight ( ListView listView, Font font ) : int
ManagedWindowBorderWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
ManagedWindowButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
ManagedWindowDrawMenuButton ( Graphics dc, System.Windows.Forms.TitleButton button, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : void
ManagedWindowGetMenuButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
ManagedWindowGetTitleBarIconArea ( System.Windows.Forms.InternalWindowManager wm ) : Rectangle
ManagedWindowIconWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
ManagedWindowOnSizeInitializedOrChanged ( Form form ) : void
ManagedWindowSetButtonLocations ( System.Windows.Forms.InternalWindowManager wm ) : void
ManagedWindowTitleBarHeight ( System.Windows.Forms.InternalWindowManager wm ) : int
ManagedWindowTitleButtonHasHotElementStyle ( System.Windows.Forms.TitleButton button, Form form ) : bool
PrintPreviewControlGetPageSize ( System.Windows.Forms.PrintPreviewControl preview ) : Size
PrintPreviewControlPaint ( PaintEventArgs pe, System.Windows.Forms.PrintPreviewControl preview, Size page_size ) : void
ProgressBarGetChunkSize ( ) : int
ResetDefaults ( ) : void
ShowBalloonWindow ( IntPtr handle, int timeout, string title, string text, ToolTipIcon icon ) : void
TabControlGetDisplayRectangle ( TabControl tab ) : Rectangle
TabControlGetPanelRect ( TabControl tab ) : Rectangle
TabControlGetSpacing ( TabControl tab ) : Size
TextBoxBaseFillBackground ( TextBoxBase textBoxBase, Graphics g, Rectangle clippingArea ) : void
TextBoxBaseHandleWmNcPaint ( TextBoxBase textBoxBase, Message &m ) : bool
TextBoxBaseShouldPaintBackground ( TextBoxBase textBoxBase ) : bool
ThemeWin32Classic ( ) : System.ComponentModel
ToolBarHasHotElementStyles ( System.Windows.Forms.ToolBar toolBar ) : bool
ToolTipSize ( ToolTip tt, string text ) : Size
TrackBarGetThumbSize ( ) : Size
TrackBarValueFromMousePosition ( int x, int y, TrackBar tb ) : int
TreeViewDrawNodePlusMinus ( TreeView treeView, TreeNode node, Graphics dc, int x, int middle ) : void
UpDownBaseDrawButton ( Graphics g, Rectangle bounds, bool top, VisualStyles state ) : void

Méthodes protégées

Méthode Description
ButtonBase_DrawButton ( ButtonBase button, Graphics dc ) : void
ButtonBase_DrawFocus ( ButtonBase button, Graphics dc ) : void
ButtonBase_DrawImage ( ButtonBase button, Graphics dc ) : void
ButtonBase_DrawText ( ButtonBase button, Graphics dc ) : void
CheckBox_DrawCheckBox ( Graphics dc, CheckBox checkbox, ButtonState state, Rectangle checkbox_rectangle ) : void
CheckBox_DrawFocus ( CheckBox checkbox, Graphics dc, Rectangle text_rectangle ) : void
CheckBox_DrawText ( CheckBox checkbox, Rectangle text_rectangle, Graphics dc, StringFormat text_format ) : void
CreateGlyphBitmap ( Size size, MenuGlyph glyph, Color color ) : Bitmap
DateTimePickerDrawBorder ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
DateTimePickerDrawDropDownButton ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
DrawFlatStyleCheckBox ( Graphics graphics, Rectangle rectangle, CheckBox checkbox ) : void
DrawFlatStyleRadioButton ( Graphics graphics, Rectangle rectangle, RadioButton radio_button ) : void
DrawListViewColumnHeaderOwnerDraw ( Graphics dc, ListView control, ColumnHeader column, Rectangle bounds ) : bool
DrawListViewGroupHeader ( Graphics dc, ListView control, System.Windows.Forms.ListViewGroup group ) : void
DrawListViewItem ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
DrawListViewItemOwnerDraw ( Graphics dc, System.Windows.Forms.ListViewItem item, int index ) : bool
DrawListViewSubItem ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item, int index ) : void
DrawListViewSubItemOwnerDraw ( Graphics dc, System.Windows.Forms.ListViewItem item, ListViewItemStates state, int index ) : bool
DrawListViewSubItems ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
DrawStatusBarBackground ( Graphics dc, Rectangle clip, System.Windows.Forms.StatusBar sb ) : void
DrawStatusBarPanel ( Graphics dc, Rectangle area, int index, Brush br_forecolor, System.Windows.Forms.StatusBarPanel panel ) : void
DrawStatusBarPanelBackground ( Graphics dc, Rectangle area, System.Windows.Forms.StatusBarPanel panel ) : void
DrawStatusBarSizingGrip ( Graphics dc, Rectangle clip, System.Windows.Forms.StatusBar sb, Rectangle area ) : void
DrawToolBarButton ( Graphics dc, System.Windows.Forms.ToolBar control, System.Windows.Forms.ToolBarItem item, StringFormat format ) : void
DrawToolBarButtonBorder ( Graphics dc, System.Windows.Forms.ToolBarItem item, bool is_flat ) : void
DrawToolBarButtonContents ( Graphics dc, System.Windows.Forms.ToolBar control, System.Windows.Forms.ToolBarItem item, StringFormat format ) : void
DrawToolBarDropDownArrow ( Graphics dc, System.Windows.Forms.ToolBarItem item, bool is_flat ) : void
DrawToolBarSeparator ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
DrawToolBarToggleButtonBackground ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
GetControlBackBrush ( Color c ) : Brush
GetControlForeBrush ( Color c ) : Brush
GetTrackBarTickPainter ( Graphics g ) : ITrackBarTickPainter
ListViewDrawColumnHeaderBackground ( ListView listView, ColumnHeader columnHeader, Graphics g, Rectangle area, Rectangle clippingArea ) : void
ListViewDrawUnusedHeaderBackground ( ListView listView, Graphics g, Rectangle area, Rectangle clippingArea ) : void
ManagedWindowDrawTitleBarAndBorders ( Graphics dc, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : Rectangle
ManagedWindowDrawTitleButton ( Graphics dc, System.Windows.Forms.TitleButton button, Rectangle clip, Form form ) : void
RadioButton_DrawButton ( RadioButton radio_button, Graphics dc, ButtonState state, Rectangle radiobutton_rectangle ) : void
RadioButton_DrawFocus ( RadioButton radio_button, Graphics dc, Rectangle text_rectangle ) : void
RadioButton_DrawText ( RadioButton radio_button, Rectangle text_rectangle, Graphics dc, StringFormat text_format ) : void
ScrollBar_DrawThumb ( ScrollBar bar, Rectangle thumb_pos, Rectangle clip, Graphics dc ) : void
ShouldPaintFocusRectagle ( ButtonBase button ) : bool
ToolTipDrawBackground ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
TrackBarDrawHorizontalThumb ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawHorizontalThumbBottom ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawHorizontalThumbTop ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawHorizontalTrack ( Graphics dc, Rectangle thumb_area, Point channel_startpoint, Rectangle clippingArea ) : void
TrackBarDrawVerticalThumb ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawVerticalThumbLeft ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawVerticalThumbRight ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
TrackBarDrawVerticalTrack ( Graphics dc, Rectangle thumb_area, Point channel_startpoint, Rectangle clippingArea ) : void
TrackBarGetHorizontalTickPainter ( Graphics g ) : ITrackBarTickPainter
TrackBarGetThumbSize ( TrackBar trackBar ) : Size
TrackBarGetVerticalTickPainter ( Graphics g ) : ITrackBarTickPainter

Private Methods

Méthode Description
AlignInRectangle ( Rectangle outer, Size inner, System align ) : Rectangle
CPDrawButtonInternal ( Graphics dc, Rectangle rectangle, ButtonState state, Pen DarkPen, Pen NormalPen, Pen LightPen ) : void
CPDrawCheckBoxInternal ( Graphics dc, Rectangle rectangle, ButtonState state, bool mixed ) : void
DrawBorderInternal ( Graphics graphics, float startX, float startY, float endX, float endY, int width, Color color, ButtonBorderStyle style, Border3DSide side ) : void
DrawBorderInternal ( Graphics graphics, int startX, int startY, int endX, int endY, int width, Color color, ButtonBorderStyle style, Border3DSide side ) : void
DrawCaptionHelper ( Graphics graphics, Color color, Pen pen, int lineWidth, int shift, Rectangle captionRect, CaptionButton button ) : void
DrawCheckBox_and_RadioButtonText ( ButtonBase button_base, Rectangle text_rectangle, Graphics dc, StringFormat text_format, Appearance appearance, bool ischecked ) : void
DrawMonthCalendarButton ( Graphics dc, Rectangle rectangle, MonthCalendar mc, Size title_size, int x_offset, Size button_size, bool is_previous ) : void
DrawMonthCalendarDate ( Graphics dc, Rectangle rectangle, MonthCalendar mc, DateTime date, DateTime month, int row, int col ) : void
DrawSingleMonth ( Graphics dc, Rectangle clip_rectangle, Rectangle rectangle, MonthCalendar mc, int row, int col ) : void
DrawStringDisabled20 ( Graphics g, string s, Font font, Rectangle layoutRectangle, Color color, TextFormatFlags flags, bool useDrawString ) : void
DrawTitleButton ( Graphics dc, System.Windows.Forms.TitleButton button, Rectangle clip, Form form ) : int
DrawTodayCircle ( Graphics dc, Rectangle rectangle ) : void
DrawTrackBar_Horizontal ( Graphics dc, Rectangle clip_rectangle, TrackBar tb, Rectangle &thumb_pos, Rectangle &thumb_area, Brush br_thumb, float ticks, int value_pos, bool mouse_value ) : void
DrawTrackBar_Vertical ( Graphics dc, Rectangle clip_rectangle, TrackBar tb, Rectangle &thumb_pos, Rectangle &thumb_area, Brush br_thumb, float ticks, int value_pos, bool mouse_value ) : void
GetHorizontalAlignment ( System align ) : HorizontalAlignment
GetTrackBarDrawingInfo ( TrackBar tb, float &pixels_betweenticks, Rectangle &thumb_area, Rectangle &thumb_pos, Point &channel_startpoint, Point &bottomtick_startpoint, Point &toptick_startpoint ) : void
GetVerticalAlignment ( System align ) : VerticalAlignment
Internal_DrawButton ( Graphics dc, Rectangle rect, int state, System.Windows.Forms.CPColor cpcolor, bool is_ColorControl, Color backcolor ) : void
LayoutTextAboveOrBelowImage ( Rectangle totalArea, bool textFirst, Size textSize, Size imageSize, System textAlign, System imageAlign, bool displayEllipsis, Rectangle &textRect, Rectangle &imageRect ) : void
LayoutTextBeforeOrAfterImage ( Rectangle totalArea, bool textFirst, Size textSize, Size imageSize, System textAlign, System imageAlign, Rectangle &textRect, Rectangle &imageRect ) : void
ListViewGetHeaderHeight ( Font font ) : int
ProgressBarGetChunkSize ( int progressBarClientAreaHeight ) : int

Method Details

BalloonWindowRect() public méthode

public BalloonWindowRect ( System.Windows.Forms.NotifyIcon control ) : Rectangle
control System.Windows.Forms.NotifyIcon
Résultat System.Drawing.Rectangle

ButtonBase_DrawButton() protected méthode

protected ButtonBase_DrawButton ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
Résultat void

ButtonBase_DrawFocus() protected méthode

protected ButtonBase_DrawFocus ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
Résultat void

ButtonBase_DrawImage() protected méthode

protected ButtonBase_DrawImage ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
Résultat void

ButtonBase_DrawText() protected méthode

protected ButtonBase_DrawText ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
Résultat void

CPDrawBorder() public méthode

public CPDrawBorder ( Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
leftColor System.Drawing.Color
leftWidth int
leftStyle ButtonBorderStyle
topColor System.Drawing.Color
topWidth int
topStyle ButtonBorderStyle
rightColor System.Drawing.Color
rightWidth int
rightStyle ButtonBorderStyle
bottomColor System.Drawing.Color
bottomWidth int
bottomStyle ButtonBorderStyle
Résultat void

CPDrawBorder() public méthode

public CPDrawBorder ( Graphics graphics, RectangleF bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.RectangleF
leftColor System.Drawing.Color
leftWidth int
leftStyle ButtonBorderStyle
topColor System.Drawing.Color
topWidth int
topStyle ButtonBorderStyle
rightColor System.Drawing.Color
rightWidth int
rightStyle ButtonBorderStyle
bottomColor System.Drawing.Color
bottomWidth int
bottomStyle ButtonBorderStyle
Résultat void

CPDrawBorder3D() public méthode

public CPDrawBorder3D ( Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
style Border3DStyle
sides Border3DSide
Résultat void

CPDrawBorder3D() public méthode

public CPDrawBorder3D ( Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides, Color control_color ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
style Border3DStyle
sides Border3DSide
control_color System.Drawing.Color
Résultat void

CPDrawBorderStyle() public méthode

public CPDrawBorderStyle ( Graphics dc, Rectangle area, BorderStyle border_style ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
border_style BorderStyle
Résultat void

CPDrawButton() public méthode

public CPDrawButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

CPDrawCaptionButton() public méthode

public CPDrawCaptionButton ( Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
button CaptionButton
state ButtonState
Résultat void

CPDrawCheckBox() public méthode

public CPDrawCheckBox ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

CPDrawComboButton() public méthode

public CPDrawComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

CPDrawContainerGrabHandle() public méthode

public CPDrawContainerGrabHandle ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat void

CPDrawFocusRectangle() public méthode

public CPDrawFocusRectangle ( Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
foreColor System.Drawing.Color
backColor System.Drawing.Color
Résultat void

CPDrawGrabHandle() public méthode

public CPDrawGrabHandle ( Graphics graphics, Rectangle rectangle, bool primary, bool enabled ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
primary bool
enabled bool
Résultat void

CPDrawGrid() public méthode

public CPDrawGrid ( Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor ) : void
graphics System.Drawing.Graphics
area System.Drawing.Rectangle
pixelsBetweenDots System.Drawing.Size
backColor System.Drawing.Color
Résultat void

CPDrawImageDisabled() public méthode

public CPDrawImageDisabled ( Graphics graphics, Image image, int x, int y, Color background ) : void
graphics System.Drawing.Graphics
image System.Drawing.Image
x int
y int
background System.Drawing.Color
Résultat void

CPDrawLockedFrame() public méthode

public CPDrawLockedFrame ( Graphics graphics, Rectangle rectangle, bool primary ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
primary bool
Résultat void

CPDrawMenuGlyph() public méthode

public CPDrawMenuGlyph ( Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color color, Color backColor ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
glyph MenuGlyph
color System.Drawing.Color
backColor System.Drawing.Color
Résultat void

CPDrawMixedCheckBox() public méthode

public CPDrawMixedCheckBox ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

CPDrawRadioButton() public méthode

public CPDrawRadioButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

CPDrawReversibleFrame() public méthode

public CPDrawReversibleFrame ( Rectangle rectangle, Color backColor, FrameStyle style ) : void
rectangle System.Drawing.Rectangle
backColor System.Drawing.Color
style FrameStyle
Résultat void

CPDrawReversibleLine() public méthode

public CPDrawReversibleLine ( Point start, Point end, Color backColor ) : void
start System.Drawing.Point
end System.Drawing.Point
backColor System.Drawing.Color
Résultat void

CPDrawScrollButton() public méthode

public CPDrawScrollButton ( Graphics dc, Rectangle area, ScrollButton type, ButtonState state ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
type ScrollButton
state ButtonState
Résultat void

CPDrawSelectionFrame() public méthode

public CPDrawSelectionFrame ( Graphics graphics, bool active, Rectangle outsideRect, Rectangle insideRect, Color backColor ) : void
graphics System.Drawing.Graphics
active bool
outsideRect System.Drawing.Rectangle
insideRect System.Drawing.Rectangle
backColor System.Drawing.Color
Résultat void

CPDrawSizeGrip() public méthode

public CPDrawSizeGrip ( Graphics dc, Color backColor, Rectangle bounds ) : void
dc System.Drawing.Graphics
backColor System.Drawing.Color
bounds System.Drawing.Rectangle
Résultat void

CPDrawStringDisabled() public méthode

public CPDrawStringDisabled ( Graphics dc, string s, Font font, Color color, RectangleF layoutRectangle, StringFormat format ) : void
dc System.Drawing.Graphics
s string
font System.Drawing.Font
color System.Drawing.Color
layoutRectangle System.Drawing.RectangleF
format System.Drawing.StringFormat
Résultat void

CPDrawStringDisabled() public méthode

public CPDrawStringDisabled ( System.Windows.Forms.IDeviceContext dc, string s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format ) : void
dc System.Windows.Forms.IDeviceContext
s string
font System.Drawing.Font
color System.Drawing.Color
layoutRectangle System.Drawing.Rectangle
format TextFormatFlags
Résultat void

CPDrawVisualStyleBorder() public méthode

public CPDrawVisualStyleBorder ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat void

CalcItemSize() public méthode

public CalcItemSize ( Graphics dc, MenuItem item, int y, int x, bool menuBar ) : void
dc System.Drawing.Graphics
item MenuItem
y int
x int
menuBar bool
Résultat void

CalcMenuBarSize() public méthode

public CalcMenuBarSize ( Graphics dc, Menu menu, int width ) : int
dc System.Drawing.Graphics
menu Menu
width int
Résultat int

CalcPopupMenuSize() public méthode

public CalcPopupMenuSize ( Graphics dc, Menu menu ) : void
dc System.Drawing.Graphics
menu Menu
Résultat void

CalculateButtonAutoSize() public méthode

public CalculateButtonAutoSize ( Button button ) : Size
button Button
Résultat System.Drawing.Size

CalculateButtonTextAndImageLayout() public méthode

public CalculateButtonTextAndImageLayout ( Graphics g, ButtonBase button, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
g System.Drawing.Graphics
button ButtonBase
textRectangle System.Drawing.Rectangle
imageRectangle System.Drawing.Rectangle
Résultat void

CalculateCheckBoxAutoSize() public méthode

public CalculateCheckBoxAutoSize ( CheckBox checkBox ) : Size
checkBox CheckBox
Résultat System.Drawing.Size

CalculateCheckBoxTextAndImageLayout() public méthode

public CalculateCheckBoxTextAndImageLayout ( ButtonBase button, Point p, Rectangle &glyphArea, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
button ButtonBase
p System.Drawing.Point
glyphArea System.Drawing.Rectangle
textRectangle System.Drawing.Rectangle
imageRectangle System.Drawing.Rectangle
Résultat void

CalculateRadioButtonAutoSize() public méthode

public CalculateRadioButtonAutoSize ( RadioButton rb ) : Size
rb RadioButton
Résultat System.Drawing.Size

CalculateRadioButtonTextAndImageLayout() public méthode

public CalculateRadioButtonTextAndImageLayout ( ButtonBase b, Point offset, Rectangle &glyphArea, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
b ButtonBase
offset System.Drawing.Point
glyphArea System.Drawing.Rectangle
textRectangle System.Drawing.Rectangle
imageRectangle System.Drawing.Rectangle
Résultat void

CheckBox_DrawCheckBox() protected méthode

protected CheckBox_DrawCheckBox ( Graphics dc, CheckBox checkbox, ButtonState state, Rectangle checkbox_rectangle ) : void
dc System.Drawing.Graphics
checkbox CheckBox
state ButtonState
checkbox_rectangle System.Drawing.Rectangle
Résultat void

CheckBox_DrawFocus() protected méthode

protected CheckBox_DrawFocus ( CheckBox checkbox, Graphics dc, Rectangle text_rectangle ) : void
checkbox CheckBox
dc System.Drawing.Graphics
text_rectangle System.Drawing.Rectangle
Résultat void

CheckBox_DrawText() protected méthode

protected CheckBox_DrawText ( CheckBox checkbox, Rectangle text_rectangle, Graphics dc, StringFormat text_format ) : void
checkbox CheckBox
text_rectangle System.Drawing.Rectangle
dc System.Drawing.Graphics
text_format System.Drawing.StringFormat
Résultat void

CombBoxBackgroundHasHotElementStyle() public méthode

public CombBoxBackgroundHasHotElementStyle ( ComboBox comboBox ) : bool
comboBox ComboBox
Résultat bool

ComboBoxDrawBackground() public méthode

public ComboBoxDrawBackground ( ComboBox comboBox, Graphics g, Rectangle clippingArea, FlatStyle style ) : void
comboBox ComboBox
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
style FlatStyle
Résultat void

ComboBoxDrawNormalDropDownButton() public méthode

public ComboBoxDrawNormalDropDownButton ( ComboBox comboBox, Graphics g, Rectangle clippingArea, Rectangle area, ButtonState state ) : void
comboBox ComboBox
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
area System.Drawing.Rectangle
state ButtonState
Résultat void

ComboBoxDropDownButtonHasHotElementStyle() public méthode

public ComboBoxDropDownButtonHasHotElementStyle ( ComboBox comboBox ) : bool
comboBox ComboBox
Résultat bool

ComboBoxNormalDropDownButtonHasTransparentBackground() public méthode

public ComboBoxNormalDropDownButtonHasTransparentBackground ( ComboBox comboBox, ButtonState state ) : bool
comboBox ComboBox
state ButtonState
Résultat bool

CreateGlyphBitmap() protected méthode

protected CreateGlyphBitmap ( Size size, MenuGlyph glyph, Color color ) : Bitmap
size System.Drawing.Size
glyph MenuGlyph
color System.Drawing.Color
Résultat System.Drawing.Bitmap

DataGridPaint() public méthode

public DataGridPaint ( PaintEventArgs pe, System.Windows.Forms.DataGrid grid ) : void
pe PaintEventArgs
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintCaption() public méthode

public DataGridPaintCaption ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintColumnHeader() public méthode

public DataGridPaintColumnHeader ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid, int col ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
col int
Résultat void

DataGridPaintColumnHeaders() public méthode

public DataGridPaintColumnHeaders ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintParentRow() public méthode

public DataGridPaintParentRow ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGridDataSource row, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
row System.Windows.Forms.DataGridDataSource
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintParentRows() public méthode

public DataGridPaintParentRows ( Graphics g, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRelationRow() public méthode

public DataGridPaintRelationRow ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
row int
row_rect System.Drawing.Rectangle
is_newrow bool
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRow() public méthode

public DataGridPaintRow ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
row int
row_rect System.Drawing.Rectangle
is_newrow bool
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRowContents() public méthode

public DataGridPaintRowContents ( Graphics g, int row, Rectangle row_rect, bool is_newrow, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
row int
row_rect System.Drawing.Rectangle
is_newrow bool
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRowHeader() public méthode

public DataGridPaintRowHeader ( Graphics g, Rectangle bounds, int row, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
row int
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRowHeaderArrow() public méthode

public DataGridPaintRowHeaderArrow ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRowHeaderStar() public méthode

public DataGridPaintRowHeaderStar ( Graphics g, Rectangle bounds, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridPaintRows() public méthode

public DataGridPaintRows ( Graphics g, Rectangle cells, Rectangle clip, System.Windows.Forms.DataGrid grid ) : void
g System.Drawing.Graphics
cells System.Drawing.Rectangle
clip System.Drawing.Rectangle
grid System.Windows.Forms.DataGrid
Résultat void

DataGridViewColumnHeaderCellDrawBackground() public méthode

public DataGridViewColumnHeaderCellDrawBackground ( System.Windows.Forms.DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds ) : bool
cell System.Windows.Forms.DataGridViewColumnHeaderCell
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat bool

DataGridViewColumnHeaderCellDrawBorder() public méthode

public DataGridViewColumnHeaderCellDrawBorder ( System.Windows.Forms.DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds ) : bool
cell System.Windows.Forms.DataGridViewColumnHeaderCell
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat bool

DataGridViewHeaderCellHasHotStyle() public méthode

public DataGridViewHeaderCellHasHotStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
dataGridView System.Windows.Forms.DataGridView
Résultat bool

DataGridViewHeaderCellHasPressedStyle() public méthode

public DataGridViewHeaderCellHasPressedStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
dataGridView System.Windows.Forms.DataGridView
Résultat bool

DataGridViewRowHeaderCellDrawBackground() public méthode

public DataGridViewRowHeaderCellDrawBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell, Graphics g, Rectangle bounds ) : bool
cell System.Windows.Forms.DataGridViewRowHeaderCell
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat bool

DataGridViewRowHeaderCellDrawBorder() public méthode

public DataGridViewRowHeaderCellDrawBorder ( System.Windows.Forms.DataGridViewRowHeaderCell cell, Graphics g, Rectangle bounds ) : bool
cell System.Windows.Forms.DataGridViewRowHeaderCell
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat bool

DataGridViewRowHeaderCellDrawSelectionBackground() public méthode

public DataGridViewRowHeaderCellDrawSelectionBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell ) : bool
cell System.Windows.Forms.DataGridViewRowHeaderCell
Résultat bool

DateTimePickerDrawBorder() protected méthode

protected DateTimePickerDrawBorder ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
dateTimePicker DateTimePicker
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
Résultat void

DateTimePickerDrawDropDownButton() protected méthode

protected DateTimePickerDrawDropDownButton ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
dateTimePicker DateTimePicker
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
Résultat void

DateTimePickerGetDateArea() public méthode

public DateTimePickerGetDateArea ( DateTimePicker dateTimePicker ) : Rectangle
dateTimePicker DateTimePicker
Résultat System.Drawing.Rectangle

DateTimePickerGetDropDownButtonArea() public méthode

public DateTimePickerGetDropDownButtonArea ( DateTimePicker dateTimePicker ) : Rectangle
dateTimePicker DateTimePicker
Résultat System.Drawing.Rectangle

DrawBalloonWindow() public méthode

public DrawBalloonWindow ( Graphics dc, Rectangle clip, System.Windows.Forms.NotifyIcon control ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
control System.Windows.Forms.NotifyIcon
Résultat void

DrawButton() public méthode

public DrawButton ( Graphics g, Button b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
b Button
textBounds System.Drawing.Rectangle
imageBounds System.Drawing.Rectangle
clipRectangle System.Drawing.Rectangle
Résultat void

DrawButtonBackground() public méthode

public DrawButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button Button
clipArea System.Drawing.Rectangle
Résultat void

DrawButtonBase() public méthode

public DrawButtonBase ( Graphics dc, Rectangle clip_area, ButtonBase button ) : void
dc System.Drawing.Graphics
clip_area System.Drawing.Rectangle
button ButtonBase
Résultat void

DrawButtonFocus() public méthode

public DrawButtonFocus ( Graphics g, Button button ) : void
g System.Drawing.Graphics
button Button
Résultat void

DrawButtonImage() public méthode

public DrawButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button ButtonBase
imageBounds System.Drawing.Rectangle
Résultat void

DrawButtonText() public méthode

public DrawButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button ButtonBase
textBounds System.Drawing.Rectangle
Résultat void

DrawCheckBox() public méthode

public DrawCheckBox ( Graphics g, CheckBox cb, Rectangle glyphArea, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
cb CheckBox
glyphArea System.Drawing.Rectangle
textBounds System.Drawing.Rectangle
imageBounds System.Drawing.Rectangle
clipRectangle System.Drawing.Rectangle
Résultat void

DrawCheckBox() public méthode

public DrawCheckBox ( Graphics dc, Rectangle clip_area, CheckBox checkbox ) : void
dc System.Drawing.Graphics
clip_area System.Drawing.Rectangle
checkbox CheckBox
Résultat void

DrawCheckBoxFocus() public méthode

public DrawCheckBoxFocus ( Graphics g, CheckBox cb, Rectangle focusArea ) : void
g System.Drawing.Graphics
cb CheckBox
focusArea System.Drawing.Rectangle
Résultat void

DrawCheckBoxGlyph() public méthode

public DrawCheckBoxGlyph ( Graphics g, CheckBox cb, Rectangle glyphArea ) : void
g System.Drawing.Graphics
cb CheckBox
glyphArea System.Drawing.Rectangle
Résultat void

DrawCheckBoxImage() public méthode

public DrawCheckBoxImage ( Graphics g, CheckBox cb, Rectangle imageBounds ) : void
g System.Drawing.Graphics
cb CheckBox
imageBounds System.Drawing.Rectangle
Résultat void

DrawCheckBoxText() public méthode

public DrawCheckBoxText ( Graphics g, CheckBox cb, Rectangle textBounds ) : void
g System.Drawing.Graphics
cb CheckBox
textBounds System.Drawing.Rectangle
Résultat void

DrawCheckedListBoxItem() public méthode

public DrawCheckedListBoxItem ( CheckedListBox ctrl, DrawItemEventArgs e ) : void
ctrl CheckedListBox
e DrawItemEventArgs
Résultat void

DrawComboBoxItem() public méthode

public DrawComboBoxItem ( ComboBox ctrl, DrawItemEventArgs e ) : void
ctrl ComboBox
e DrawItemEventArgs
Résultat void

DrawDateTimePicker() public méthode

public DrawDateTimePicker ( Graphics dc, Rectangle clip_rectangle, DateTimePicker dtp ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
dtp DateTimePicker
Résultat void

DrawFlatButton() public méthode

public DrawFlatButton ( Graphics g, ButtonBase b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
b ButtonBase
textBounds System.Drawing.Rectangle
imageBounds System.Drawing.Rectangle
clipRectangle System.Drawing.Rectangle
Résultat void

DrawFlatButtonBackground() public méthode

public DrawFlatButtonBackground ( Graphics g, ButtonBase button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button ButtonBase
clipArea System.Drawing.Rectangle
Résultat void

DrawFlatButtonFocus() public méthode

public DrawFlatButtonFocus ( Graphics g, ButtonBase button ) : void
g System.Drawing.Graphics
button ButtonBase
Résultat void

DrawFlatButtonImage() public méthode

public DrawFlatButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button ButtonBase
imageBounds System.Drawing.Rectangle
Résultat void

DrawFlatButtonText() public méthode

public DrawFlatButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button ButtonBase
textBounds System.Drawing.Rectangle
Résultat void

DrawFlatStyleCheckBox() protected méthode

protected DrawFlatStyleCheckBox ( Graphics graphics, Rectangle rectangle, CheckBox checkbox ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
checkbox CheckBox
Résultat void

DrawFlatStyleComboButton() public méthode

public DrawFlatStyleComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
Résultat void

DrawFlatStyleFocusRectangle() public méthode

public DrawFlatStyleFocusRectangle ( Graphics graphics, Rectangle rectangle, ButtonBase button, Color foreColor, Color backColor ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
button ButtonBase
foreColor System.Drawing.Color
backColor System.Drawing.Color
Résultat void

DrawFlatStyleRadioButton() protected méthode

protected DrawFlatStyleRadioButton ( Graphics graphics, Rectangle rectangle, RadioButton radio_button ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
radio_button RadioButton
Résultat void

DrawGroupBox() public méthode

public DrawGroupBox ( Graphics dc, Rectangle area, GroupBox box ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
box GroupBox
Résultat void

DrawInnerFocusRectangle() public méthode

public DrawInnerFocusRectangle ( Graphics graphics, Rectangle rectangle, Color backColor ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
backColor System.Drawing.Color
Résultat void

DrawListBoxItem() public méthode

public DrawListBoxItem ( ListBox ctrl, DrawItemEventArgs e ) : void
ctrl ListBox
e DrawItemEventArgs
Résultat void

DrawListViewColumnHeaderOwnerDraw() protected méthode

protected DrawListViewColumnHeaderOwnerDraw ( Graphics dc, ListView control, ColumnHeader column, Rectangle bounds ) : bool
dc System.Drawing.Graphics
control ListView
column ColumnHeader
bounds System.Drawing.Rectangle
Résultat bool

DrawListViewGroupHeader() protected méthode

protected DrawListViewGroupHeader ( Graphics dc, ListView control, System.Windows.Forms.ListViewGroup group ) : void
dc System.Drawing.Graphics
control ListView
group System.Windows.Forms.ListViewGroup
Résultat void

DrawListViewHeader() public méthode

public DrawListViewHeader ( Graphics dc, Rectangle clip, ListView control ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
control ListView
Résultat void

DrawListViewHeaderDragDetails() public méthode

public DrawListViewHeaderDragDetails ( Graphics dc, ListView view, ColumnHeader col, int target_x ) : void
dc System.Drawing.Graphics
view ListView
col ColumnHeader
target_x int
Résultat void

DrawListViewItem() protected méthode

protected DrawListViewItem ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
dc System.Drawing.Graphics
control ListView
item System.Windows.Forms.ListViewItem
Résultat void

DrawListViewItemOwnerDraw() protected méthode

protected DrawListViewItemOwnerDraw ( Graphics dc, System.Windows.Forms.ListViewItem item, int index ) : bool
dc System.Drawing.Graphics
item System.Windows.Forms.ListViewItem
index int
Résultat bool

DrawListViewItems() public méthode

public DrawListViewItems ( Graphics dc, Rectangle clip, ListView control ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
control ListView
Résultat void

DrawListViewSubItem() protected méthode

protected DrawListViewSubItem ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item, int index ) : void
dc System.Drawing.Graphics
control ListView
item System.Windows.Forms.ListViewItem
index int
Résultat void

DrawListViewSubItemOwnerDraw() protected méthode

protected DrawListViewSubItemOwnerDraw ( Graphics dc, System.Windows.Forms.ListViewItem item, ListViewItemStates state, int index ) : bool
dc System.Drawing.Graphics
item System.Windows.Forms.ListViewItem
state ListViewItemStates
index int
Résultat bool

DrawListViewSubItems() protected méthode

protected DrawListViewSubItems ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
dc System.Drawing.Graphics
control ListView
item System.Windows.Forms.ListViewItem
Résultat void

DrawManagedWindowDecorations() public méthode

public DrawManagedWindowDecorations ( Graphics dc, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
wm System.Windows.Forms.InternalWindowManager
Résultat void

DrawMenuBar() public méthode

public DrawMenuBar ( Graphics dc, Menu menu, Rectangle rect ) : void
dc System.Drawing.Graphics
menu Menu
rect System.Drawing.Rectangle
Résultat void

DrawMenuItem() public méthode

public DrawMenuItem ( MenuItem item, DrawItemEventArgs e ) : void
item MenuItem
e DrawItemEventArgs
Résultat void

DrawMonthCalendar() public méthode

public DrawMonthCalendar ( Graphics dc, Rectangle clip_rectangle, MonthCalendar mc ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
mc MonthCalendar
Résultat void

DrawOwnerDrawBackground() public méthode

public DrawOwnerDrawBackground ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
Résultat void

DrawOwnerDrawFocusRectangle() public méthode

public DrawOwnerDrawFocusRectangle ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
Résultat void

DrawPictureBox() public méthode

public DrawPictureBox ( Graphics dc, Rectangle clip, PictureBox pb ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
pb PictureBox
Résultat void

DrawPopupButton() public méthode

public DrawPopupButton ( Graphics g, Button b, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
b Button
textBounds System.Drawing.Rectangle
imageBounds System.Drawing.Rectangle
clipRectangle System.Drawing.Rectangle
Résultat void

DrawPopupButtonBackground() public méthode

public DrawPopupButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button Button
clipArea System.Drawing.Rectangle
Résultat void

DrawPopupButtonFocus() public méthode

public DrawPopupButtonFocus ( Graphics g, Button button ) : void
g System.Drawing.Graphics
button Button
Résultat void

DrawPopupButtonImage() public méthode

public DrawPopupButtonImage ( Graphics g, Button button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button Button
imageBounds System.Drawing.Rectangle
Résultat void

DrawPopupButtonText() public méthode

public DrawPopupButtonText ( Graphics g, Button button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button Button
textBounds System.Drawing.Rectangle
Résultat void

DrawPopupMenu() public méthode

public DrawPopupMenu ( Graphics dc, Menu menu, Rectangle cliparea, Rectangle rect ) : void
dc System.Drawing.Graphics
menu Menu
cliparea System.Drawing.Rectangle
rect System.Drawing.Rectangle
Résultat void

DrawProgressBar() public méthode

public DrawProgressBar ( Graphics dc, Rectangle clip_rect, System.Windows.Forms.ProgressBar ctrl ) : void
dc System.Drawing.Graphics
clip_rect System.Drawing.Rectangle
ctrl System.Windows.Forms.ProgressBar
Résultat void

DrawRadioButton() public méthode

public DrawRadioButton ( Graphics g, RadioButton rb, Rectangle glyphArea, Rectangle textBounds, Rectangle imageBounds, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
rb RadioButton
glyphArea System.Drawing.Rectangle
textBounds System.Drawing.Rectangle
imageBounds System.Drawing.Rectangle
clipRectangle System.Drawing.Rectangle
Résultat void

DrawRadioButton() public méthode

public DrawRadioButton ( Graphics dc, Rectangle clip_rectangle, RadioButton radio_button ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
radio_button RadioButton
Résultat void

DrawRadioButtonFocus() public méthode

public DrawRadioButtonFocus ( Graphics g, RadioButton rb, Rectangle focusArea ) : void
g System.Drawing.Graphics
rb RadioButton
focusArea System.Drawing.Rectangle
Résultat void

DrawRadioButtonGlyph() public méthode

public DrawRadioButtonGlyph ( Graphics g, RadioButton rb, Rectangle glyphArea ) : void
g System.Drawing.Graphics
rb RadioButton
glyphArea System.Drawing.Rectangle
Résultat void

DrawRadioButtonImage() public méthode

public DrawRadioButtonImage ( Graphics g, RadioButton rb, Rectangle imageBounds ) : void
g System.Drawing.Graphics
rb RadioButton
imageBounds System.Drawing.Rectangle
Résultat void

DrawRadioButtonText() public méthode

public DrawRadioButtonText ( Graphics g, RadioButton rb, Rectangle textBounds ) : void
g System.Drawing.Graphics
rb RadioButton
textBounds System.Drawing.Rectangle
Résultat void

DrawScrollBar() public méthode

public DrawScrollBar ( Graphics dc, Rectangle clip, ScrollBar bar ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
bar ScrollBar
Résultat void

DrawScrollButtonPrimitive() public méthode

public DrawScrollButtonPrimitive ( Graphics dc, Rectangle area, ButtonState state ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
state ButtonState
Résultat void

DrawStatusBar() public méthode

public DrawStatusBar ( Graphics real_dc, Rectangle clip, System.Windows.Forms.StatusBar sb ) : void
real_dc System.Drawing.Graphics
clip System.Drawing.Rectangle
sb System.Windows.Forms.StatusBar
Résultat void

DrawStatusBarBackground() protected méthode

protected DrawStatusBarBackground ( Graphics dc, Rectangle clip, System.Windows.Forms.StatusBar sb ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
sb System.Windows.Forms.StatusBar
Résultat void

DrawStatusBarPanel() protected méthode

protected DrawStatusBarPanel ( Graphics dc, Rectangle area, int index, Brush br_forecolor, System.Windows.Forms.StatusBarPanel panel ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
index int
br_forecolor System.Drawing.Brush
panel System.Windows.Forms.StatusBarPanel
Résultat void

DrawStatusBarPanelBackground() protected méthode

protected DrawStatusBarPanelBackground ( Graphics dc, Rectangle area, System.Windows.Forms.StatusBarPanel panel ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
panel System.Windows.Forms.StatusBarPanel
Résultat void

DrawStatusBarSizingGrip() protected méthode

protected DrawStatusBarSizingGrip ( Graphics dc, Rectangle clip, System.Windows.Forms.StatusBar sb, Rectangle area ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
sb System.Windows.Forms.StatusBar
area System.Drawing.Rectangle
Résultat void

DrawTabControl() public méthode

public DrawTabControl ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab TabControl
Résultat void

DrawToolBar() public méthode

public DrawToolBar ( Graphics dc, Rectangle clip_rectangle, System.Windows.Forms.ToolBar control ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
control System.Windows.Forms.ToolBar
Résultat void

DrawToolBarButton() protected méthode

protected DrawToolBarButton ( Graphics dc, System.Windows.Forms.ToolBar control, System.Windows.Forms.ToolBarItem item, StringFormat format ) : void
dc System.Drawing.Graphics
control System.Windows.Forms.ToolBar
item System.Windows.Forms.ToolBarItem
format System.Drawing.StringFormat
Résultat void

DrawToolBarButtonBorder() protected méthode

protected DrawToolBarButtonBorder ( Graphics dc, System.Windows.Forms.ToolBarItem item, bool is_flat ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
is_flat bool
Résultat void

DrawToolBarButtonContents() protected méthode

protected DrawToolBarButtonContents ( Graphics dc, System.Windows.Forms.ToolBar control, System.Windows.Forms.ToolBarItem item, StringFormat format ) : void
dc System.Drawing.Graphics
control System.Windows.Forms.ToolBar
item System.Windows.Forms.ToolBarItem
format System.Drawing.StringFormat
Résultat void

DrawToolBarDropDownArrow() protected méthode

protected DrawToolBarDropDownArrow ( Graphics dc, System.Windows.Forms.ToolBarItem item, bool is_flat ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
is_flat bool
Résultat void

DrawToolBarSeparator() protected méthode

protected DrawToolBarSeparator ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
Résultat void

DrawToolBarToggleButtonBackground() protected méthode

protected DrawToolBarToggleButtonBackground ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
Résultat void

DrawToolTip() public méthode

public DrawToolTip ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
control ToolTip
Résultat void

DrawTrackBar() public méthode

public DrawTrackBar ( Graphics dc, Rectangle clip_rectangle, TrackBar tb ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
tb TrackBar
Résultat void

GetControlBackBrush() protected méthode

protected GetControlBackBrush ( Color c ) : Brush
c System.Drawing.Color
Résultat System.Drawing.Brush

GetControlForeBrush() protected méthode

protected GetControlForeBrush ( Color c ) : Brush
c System.Drawing.Color
Résultat System.Drawing.Brush

GetLinkFont() public méthode

public GetLinkFont ( Control control ) : Font
control Control
Résultat System.Drawing.Font

GetTrackBarTickPainter() protected méthode

protected GetTrackBarTickPainter ( Graphics g ) : ITrackBarTickPainter
g System.Drawing.Graphics
Résultat ITrackBarTickPainter

HideBalloonWindow() public méthode

public HideBalloonWindow ( IntPtr handle ) : void
handle IntPtr
Résultat void

ListViewDrawColumnHeaderBackground() protected méthode

protected ListViewDrawColumnHeaderBackground ( ListView listView, ColumnHeader columnHeader, Graphics g, Rectangle area, Rectangle clippingArea ) : void
listView ListView
columnHeader ColumnHeader
g System.Drawing.Graphics
area System.Drawing.Rectangle
clippingArea System.Drawing.Rectangle
Résultat void

ListViewDrawUnusedHeaderBackground() protected méthode

protected ListViewDrawUnusedHeaderBackground ( ListView listView, Graphics g, Rectangle area, Rectangle clippingArea ) : void
listView ListView
g System.Drawing.Graphics
area System.Drawing.Rectangle
clippingArea System.Drawing.Rectangle
Résultat void

ListViewGetHeaderHeight() public static méthode

public static ListViewGetHeaderHeight ( ) : int
Résultat int

ListViewGetHeaderHeight() public méthode

public ListViewGetHeaderHeight ( ListView listView, Font font ) : int
listView ListView
font System.Drawing.Font
Résultat int

ManagedWindowBorderWidth() public méthode

public ManagedWindowBorderWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
Résultat int

ManagedWindowButtonSize() public méthode

public ManagedWindowButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
wm System.Windows.Forms.InternalWindowManager
Résultat System.Drawing.Size

ManagedWindowDrawMenuButton() public méthode

public ManagedWindowDrawMenuButton ( Graphics dc, System.Windows.Forms.TitleButton button, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : void
dc System.Drawing.Graphics
button System.Windows.Forms.TitleButton
clip System.Drawing.Rectangle
wm System.Windows.Forms.InternalWindowManager
Résultat void

ManagedWindowDrawTitleBarAndBorders() protected méthode

protected ManagedWindowDrawTitleBarAndBorders ( Graphics dc, Rectangle clip, System.Windows.Forms.InternalWindowManager wm ) : Rectangle
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
wm System.Windows.Forms.InternalWindowManager
Résultat System.Drawing.Rectangle

ManagedWindowDrawTitleButton() protected méthode

protected ManagedWindowDrawTitleButton ( Graphics dc, System.Windows.Forms.TitleButton button, Rectangle clip, Form form ) : void
dc System.Drawing.Graphics
button System.Windows.Forms.TitleButton
clip System.Drawing.Rectangle
form Form
Résultat void

ManagedWindowGetMenuButtonSize() public méthode

public ManagedWindowGetMenuButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
wm System.Windows.Forms.InternalWindowManager
Résultat System.Drawing.Size

ManagedWindowGetTitleBarIconArea() public méthode

public ManagedWindowGetTitleBarIconArea ( System.Windows.Forms.InternalWindowManager wm ) : Rectangle
wm System.Windows.Forms.InternalWindowManager
Résultat System.Drawing.Rectangle

ManagedWindowIconWidth() public méthode

public ManagedWindowIconWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
Résultat int

ManagedWindowOnSizeInitializedOrChanged() public méthode

public ManagedWindowOnSizeInitializedOrChanged ( Form form ) : void
form Form
Résultat void

ManagedWindowSetButtonLocations() public méthode

public ManagedWindowSetButtonLocations ( System.Windows.Forms.InternalWindowManager wm ) : void
wm System.Windows.Forms.InternalWindowManager
Résultat void

ManagedWindowTitleBarHeight() public méthode

public ManagedWindowTitleBarHeight ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
Résultat int

ManagedWindowTitleButtonHasHotElementStyle() public méthode

public ManagedWindowTitleButtonHasHotElementStyle ( System.Windows.Forms.TitleButton button, Form form ) : bool
button System.Windows.Forms.TitleButton
form Form
Résultat bool

PrintPreviewControlGetPageSize() public méthode

public PrintPreviewControlGetPageSize ( System.Windows.Forms.PrintPreviewControl preview ) : Size
preview System.Windows.Forms.PrintPreviewControl
Résultat System.Drawing.Size

PrintPreviewControlPaint() public méthode

public PrintPreviewControlPaint ( PaintEventArgs pe, System.Windows.Forms.PrintPreviewControl preview, Size page_size ) : void
pe PaintEventArgs
preview System.Windows.Forms.PrintPreviewControl
page_size System.Drawing.Size
Résultat void

ProgressBarGetChunkSize() public static méthode

public static ProgressBarGetChunkSize ( ) : int
Résultat int

RadioButton_DrawButton() protected méthode

protected RadioButton_DrawButton ( RadioButton radio_button, Graphics dc, ButtonState state, Rectangle radiobutton_rectangle ) : void
radio_button RadioButton
dc System.Drawing.Graphics
state ButtonState
radiobutton_rectangle System.Drawing.Rectangle
Résultat void

RadioButton_DrawFocus() protected méthode

protected RadioButton_DrawFocus ( RadioButton radio_button, Graphics dc, Rectangle text_rectangle ) : void
radio_button RadioButton
dc System.Drawing.Graphics
text_rectangle System.Drawing.Rectangle
Résultat void

RadioButton_DrawText() protected méthode

protected RadioButton_DrawText ( RadioButton radio_button, Rectangle text_rectangle, Graphics dc, StringFormat text_format ) : void
radio_button RadioButton
text_rectangle System.Drawing.Rectangle
dc System.Drawing.Graphics
text_format System.Drawing.StringFormat
Résultat void

ResetDefaults() public méthode

public ResetDefaults ( ) : void
Résultat void

ScrollBar_DrawThumb() protected méthode

protected ScrollBar_DrawThumb ( ScrollBar bar, Rectangle thumb_pos, Rectangle clip, Graphics dc ) : void
bar ScrollBar
thumb_pos System.Drawing.Rectangle
clip System.Drawing.Rectangle
dc System.Drawing.Graphics
Résultat void

ShouldPaintFocusRectagle() protected static méthode

protected static ShouldPaintFocusRectagle ( ButtonBase button ) : bool
button ButtonBase
Résultat bool

ShowBalloonWindow() public méthode

public ShowBalloonWindow ( IntPtr handle, int timeout, string title, string text, ToolTipIcon icon ) : void
handle IntPtr
timeout int
title string
text string
icon ToolTipIcon
Résultat void

TabControlGetDisplayRectangle() public méthode

public TabControlGetDisplayRectangle ( TabControl tab ) : Rectangle
tab TabControl
Résultat System.Drawing.Rectangle

TabControlGetPanelRect() public méthode

public TabControlGetPanelRect ( TabControl tab ) : Rectangle
tab TabControl
Résultat System.Drawing.Rectangle

TabControlGetSpacing() public méthode

public TabControlGetSpacing ( TabControl tab ) : Size
tab TabControl
Résultat System.Drawing.Size

TextBoxBaseFillBackground() public méthode

public TextBoxBaseFillBackground ( TextBoxBase textBoxBase, Graphics g, Rectangle clippingArea ) : void
textBoxBase TextBoxBase
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
Résultat void

TextBoxBaseHandleWmNcPaint() public méthode

public TextBoxBaseHandleWmNcPaint ( TextBoxBase textBoxBase, Message &m ) : bool
textBoxBase TextBoxBase
m Message
Résultat bool

TextBoxBaseShouldPaintBackground() public méthode

public TextBoxBaseShouldPaintBackground ( TextBoxBase textBoxBase ) : bool
textBoxBase TextBoxBase
Résultat bool

ThemeWin32Classic() public méthode

public ThemeWin32Classic ( ) : System.ComponentModel
Résultat System.ComponentModel

ToolBarHasHotElementStyles() public méthode

public ToolBarHasHotElementStyles ( System.Windows.Forms.ToolBar toolBar ) : bool
toolBar System.Windows.Forms.ToolBar
Résultat bool

ToolTipDrawBackground() protected méthode

protected ToolTipDrawBackground ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
control ToolTip
Résultat void

ToolTipSize() public méthode

public ToolTipSize ( ToolTip tt, string text ) : Size
tt ToolTip
text string
Résultat System.Drawing.Size

TrackBarDrawHorizontalThumb() protected méthode

protected TrackBarDrawHorizontalThumb ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawHorizontalThumbBottom() protected méthode

protected TrackBarDrawHorizontalThumbBottom ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawHorizontalThumbTop() protected méthode

protected TrackBarDrawHorizontalThumbTop ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawHorizontalTrack() protected méthode

protected TrackBarDrawHorizontalTrack ( Graphics dc, Rectangle thumb_area, Point channel_startpoint, Rectangle clippingArea ) : void
dc System.Drawing.Graphics
thumb_area System.Drawing.Rectangle
channel_startpoint System.Drawing.Point
clippingArea System.Drawing.Rectangle
Résultat void

TrackBarDrawVerticalThumb() protected méthode

protected TrackBarDrawVerticalThumb ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawVerticalThumbLeft() protected méthode

protected TrackBarDrawVerticalThumbLeft ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawVerticalThumbRight() protected méthode

protected TrackBarDrawVerticalThumbRight ( Graphics dc, Rectangle thumb_pos, Brush br_thumb, Rectangle clippingArea, TrackBar trackBar ) : void
dc System.Drawing.Graphics
thumb_pos System.Drawing.Rectangle
br_thumb System.Drawing.Brush
clippingArea System.Drawing.Rectangle
trackBar TrackBar
Résultat void

TrackBarDrawVerticalTrack() protected méthode

protected TrackBarDrawVerticalTrack ( Graphics dc, Rectangle thumb_area, Point channel_startpoint, Rectangle clippingArea ) : void
dc Graphics
thumb_area Rectangle
channel_startpoint Point
clippingArea Rectangle
Résultat void

TrackBarGetHorizontalTickPainter() protected méthode

protected TrackBarGetHorizontalTickPainter ( Graphics g ) : ITrackBarTickPainter
g Graphics
Résultat ITrackBarTickPainter

TrackBarGetThumbSize() public static méthode

public static TrackBarGetThumbSize ( ) : Size
Résultat Size

TrackBarGetThumbSize() protected méthode

protected TrackBarGetThumbSize ( TrackBar trackBar ) : Size
trackBar TrackBar
Résultat Size

TrackBarGetVerticalTickPainter() protected méthode

protected TrackBarGetVerticalTickPainter ( Graphics g ) : ITrackBarTickPainter
g Graphics
Résultat ITrackBarTickPainter

TrackBarValueFromMousePosition() public méthode

public TrackBarValueFromMousePosition ( int x, int y, TrackBar tb ) : int
x int
y int
tb TrackBar
Résultat int

TreeViewDrawNodePlusMinus() public méthode

public TreeViewDrawNodePlusMinus ( TreeView treeView, TreeNode node, Graphics dc, int x, int middle ) : void
treeView TreeView
node TreeNode
dc Graphics
x int
middle int
Résultat void

UpDownBaseDrawButton() public méthode

public UpDownBaseDrawButton ( Graphics g, Rectangle bounds, bool top, VisualStyles state ) : void
g Graphics
bounds Rectangle
top bool
state VisualStyles
Résultat void

Property Details

arrow_color protected_oe static_oe property

protected static Color arrow_color
Résultat Color

pen_ticks_color protected_oe static_oe property

protected static Color pen_ticks_color
Résultat Color

string_format_menu_menubar_text protected_oe static_oe property

protected static StringFormat string_format_menu_menubar_text
Résultat StringFormat

string_format_menu_shortcut protected_oe static_oe property

protected static StringFormat string_format_menu_shortcut
Résultat StringFormat

string_format_menu_text protected_oe static_oe property

protected static StringFormat string_format_menu_text
Résultat StringFormat