C# 클래스 System.Windows.Forms.ThemeWin32Classic

상속: System.Windows.Forms.Theme
파일 보기 프로젝트 열기: kumpera/mono

보호된 프로퍼티들

프로퍼티 타입 설명
arrow_color Color
pen_ticks_color Color
string_format_menu_menubar_text StringFormat
string_format_menu_shortcut StringFormat
string_format_menu_text StringFormat

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BalloonWindowRect() 공개 메소드

public BalloonWindowRect ( System.Windows.Forms.NotifyIcon control ) : Rectangle
control System.Windows.Forms.NotifyIcon
리턴 System.Drawing.Rectangle

ButtonBase_DrawButton() 보호된 메소드

protected ButtonBase_DrawButton ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
리턴 void

ButtonBase_DrawFocus() 보호된 메소드

protected ButtonBase_DrawFocus ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
리턴 void

ButtonBase_DrawImage() 보호된 메소드

protected ButtonBase_DrawImage ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
리턴 void

ButtonBase_DrawText() 보호된 메소드

protected ButtonBase_DrawText ( ButtonBase button, Graphics dc ) : void
button ButtonBase
dc System.Drawing.Graphics
리턴 void

CPDrawBorder() 공개 메소드

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
리턴 void

CPDrawBorder() 공개 메소드

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
리턴 void

CPDrawBorder3D() 공개 메소드

public CPDrawBorder3D ( Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
style Border3DStyle
sides Border3DSide
리턴 void

CPDrawBorder3D() 공개 메소드

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
리턴 void

CPDrawBorderStyle() 공개 메소드

public CPDrawBorderStyle ( Graphics dc, Rectangle area, BorderStyle border_style ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
border_style BorderStyle
리턴 void

CPDrawButton() 공개 메소드

public CPDrawButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

CPDrawCaptionButton() 공개 메소드

public CPDrawCaptionButton ( Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
button CaptionButton
state ButtonState
리턴 void

CPDrawCheckBox() 공개 메소드

public CPDrawCheckBox ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

CPDrawComboButton() 공개 메소드

public CPDrawComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

CPDrawContainerGrabHandle() 공개 메소드

public CPDrawContainerGrabHandle ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
리턴 void

CPDrawFocusRectangle() 공개 메소드

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
리턴 void

CPDrawGrabHandle() 공개 메소드

public CPDrawGrabHandle ( Graphics graphics, Rectangle rectangle, bool primary, bool enabled ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
primary bool
enabled bool
리턴 void

CPDrawGrid() 공개 메소드

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
리턴 void

CPDrawImageDisabled() 공개 메소드

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
리턴 void

CPDrawLockedFrame() 공개 메소드

public CPDrawLockedFrame ( Graphics graphics, Rectangle rectangle, bool primary ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
primary bool
리턴 void

CPDrawMenuGlyph() 공개 메소드

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
리턴 void

CPDrawMixedCheckBox() 공개 메소드

public CPDrawMixedCheckBox ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

CPDrawRadioButton() 공개 메소드

public CPDrawRadioButton ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

CPDrawReversibleFrame() 공개 메소드

public CPDrawReversibleFrame ( Rectangle rectangle, Color backColor, FrameStyle style ) : void
rectangle System.Drawing.Rectangle
backColor System.Drawing.Color
style FrameStyle
리턴 void

CPDrawReversibleLine() 공개 메소드

public CPDrawReversibleLine ( Point start, Point end, Color backColor ) : void
start System.Drawing.Point
end System.Drawing.Point
backColor System.Drawing.Color
리턴 void

CPDrawScrollButton() 공개 메소드

public CPDrawScrollButton ( Graphics dc, Rectangle area, ScrollButton type, ButtonState state ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
type ScrollButton
state ButtonState
리턴 void

CPDrawSelectionFrame() 공개 메소드

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
리턴 void

CPDrawSizeGrip() 공개 메소드

public CPDrawSizeGrip ( Graphics dc, Color backColor, Rectangle bounds ) : void
dc System.Drawing.Graphics
backColor System.Drawing.Color
bounds System.Drawing.Rectangle
리턴 void

CPDrawStringDisabled() 공개 메소드

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
리턴 void

CPDrawStringDisabled() 공개 메소드

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
리턴 void

CPDrawVisualStyleBorder() 공개 메소드

public CPDrawVisualStyleBorder ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
리턴 void

CalcItemSize() 공개 메소드

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
리턴 void

CalcMenuBarSize() 공개 메소드

public CalcMenuBarSize ( Graphics dc, Menu menu, int width ) : int
dc System.Drawing.Graphics
menu Menu
width int
리턴 int

CalcPopupMenuSize() 공개 메소드

public CalcPopupMenuSize ( Graphics dc, Menu menu ) : void
dc System.Drawing.Graphics
menu Menu
리턴 void

CalculateButtonAutoSize() 공개 메소드

public CalculateButtonAutoSize ( Button button ) : Size
button Button
리턴 System.Drawing.Size

CalculateButtonTextAndImageLayout() 공개 메소드

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
리턴 void

CalculateCheckBoxAutoSize() 공개 메소드

public CalculateCheckBoxAutoSize ( CheckBox checkBox ) : Size
checkBox CheckBox
리턴 System.Drawing.Size

CalculateCheckBoxTextAndImageLayout() 공개 메소드

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
리턴 void

CalculateRadioButtonAutoSize() 공개 메소드

public CalculateRadioButtonAutoSize ( RadioButton rb ) : Size
rb RadioButton
리턴 System.Drawing.Size

CalculateRadioButtonTextAndImageLayout() 공개 메소드

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
리턴 void

CheckBox_DrawCheckBox() 보호된 메소드

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
리턴 void

CheckBox_DrawFocus() 보호된 메소드

protected CheckBox_DrawFocus ( CheckBox checkbox, Graphics dc, Rectangle text_rectangle ) : void
checkbox CheckBox
dc System.Drawing.Graphics
text_rectangle System.Drawing.Rectangle
리턴 void

CheckBox_DrawText() 보호된 메소드

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
리턴 void

CombBoxBackgroundHasHotElementStyle() 공개 메소드

public CombBoxBackgroundHasHotElementStyle ( ComboBox comboBox ) : bool
comboBox ComboBox
리턴 bool

ComboBoxDrawBackground() 공개 메소드

public ComboBoxDrawBackground ( ComboBox comboBox, Graphics g, Rectangle clippingArea, FlatStyle style ) : void
comboBox ComboBox
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
style FlatStyle
리턴 void

ComboBoxDrawNormalDropDownButton() 공개 메소드

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
리턴 void

ComboBoxDropDownButtonHasHotElementStyle() 공개 메소드

public ComboBoxDropDownButtonHasHotElementStyle ( ComboBox comboBox ) : bool
comboBox ComboBox
리턴 bool

ComboBoxNormalDropDownButtonHasTransparentBackground() 공개 메소드

public ComboBoxNormalDropDownButtonHasTransparentBackground ( ComboBox comboBox, ButtonState state ) : bool
comboBox ComboBox
state ButtonState
리턴 bool

CreateGlyphBitmap() 보호된 메소드

protected CreateGlyphBitmap ( Size size, MenuGlyph glyph, Color color ) : Bitmap
size System.Drawing.Size
glyph MenuGlyph
color System.Drawing.Color
리턴 System.Drawing.Bitmap

DataGridPaint() 공개 메소드

public DataGridPaint ( PaintEventArgs pe, System.Windows.Forms.DataGrid grid ) : void
pe PaintEventArgs
grid System.Windows.Forms.DataGrid
리턴 void

DataGridPaintCaption() 공개 메소드

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
리턴 void

DataGridPaintColumnHeader() 공개 메소드

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
리턴 void

DataGridPaintColumnHeaders() 공개 메소드

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
리턴 void

DataGridPaintParentRow() 공개 메소드

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
리턴 void

DataGridPaintParentRows() 공개 메소드

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
리턴 void

DataGridPaintRelationRow() 공개 메소드

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
리턴 void

DataGridPaintRow() 공개 메소드

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
리턴 void

DataGridPaintRowContents() 공개 메소드

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
리턴 void

DataGridPaintRowHeader() 공개 메소드

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
리턴 void

DataGridPaintRowHeaderArrow() 공개 메소드

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
리턴 void

DataGridPaintRowHeaderStar() 공개 메소드

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
리턴 void

DataGridPaintRows() 공개 메소드

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
리턴 void

DataGridViewColumnHeaderCellDrawBackground() 공개 메소드

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
리턴 bool

DataGridViewColumnHeaderCellDrawBorder() 공개 메소드

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
리턴 bool

DataGridViewHeaderCellHasHotStyle() 공개 메소드

public DataGridViewHeaderCellHasHotStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
dataGridView System.Windows.Forms.DataGridView
리턴 bool

DataGridViewHeaderCellHasPressedStyle() 공개 메소드

public DataGridViewHeaderCellHasPressedStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
dataGridView System.Windows.Forms.DataGridView
리턴 bool

DataGridViewRowHeaderCellDrawBackground() 공개 메소드

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
리턴 bool

DataGridViewRowHeaderCellDrawBorder() 공개 메소드

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
리턴 bool

DataGridViewRowHeaderCellDrawSelectionBackground() 공개 메소드

public DataGridViewRowHeaderCellDrawSelectionBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell ) : bool
cell System.Windows.Forms.DataGridViewRowHeaderCell
리턴 bool

DateTimePickerDrawBorder() 보호된 메소드

protected DateTimePickerDrawBorder ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
dateTimePicker DateTimePicker
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
리턴 void

DateTimePickerDrawDropDownButton() 보호된 메소드

protected DateTimePickerDrawDropDownButton ( DateTimePicker dateTimePicker, Graphics g, Rectangle clippingArea ) : void
dateTimePicker DateTimePicker
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
리턴 void

DateTimePickerGetDateArea() 공개 메소드

public DateTimePickerGetDateArea ( DateTimePicker dateTimePicker ) : Rectangle
dateTimePicker DateTimePicker
리턴 System.Drawing.Rectangle

DateTimePickerGetDropDownButtonArea() 공개 메소드

public DateTimePickerGetDropDownButtonArea ( DateTimePicker dateTimePicker ) : Rectangle
dateTimePicker DateTimePicker
리턴 System.Drawing.Rectangle

DrawBalloonWindow() 공개 메소드

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
리턴 void

DrawButton() 공개 메소드

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
리턴 void

DrawButtonBackground() 공개 메소드

public DrawButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button Button
clipArea System.Drawing.Rectangle
리턴 void

DrawButtonBase() 공개 메소드

public DrawButtonBase ( Graphics dc, Rectangle clip_area, ButtonBase button ) : void
dc System.Drawing.Graphics
clip_area System.Drawing.Rectangle
button ButtonBase
리턴 void

DrawButtonFocus() 공개 메소드

public DrawButtonFocus ( Graphics g, Button button ) : void
g System.Drawing.Graphics
button Button
리턴 void

DrawButtonImage() 공개 메소드

public DrawButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button ButtonBase
imageBounds System.Drawing.Rectangle
리턴 void

DrawButtonText() 공개 메소드

public DrawButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button ButtonBase
textBounds System.Drawing.Rectangle
리턴 void

DrawCheckBox() 공개 메소드

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
리턴 void

DrawCheckBox() 공개 메소드

public DrawCheckBox ( Graphics dc, Rectangle clip_area, CheckBox checkbox ) : void
dc System.Drawing.Graphics
clip_area System.Drawing.Rectangle
checkbox CheckBox
리턴 void

DrawCheckBoxFocus() 공개 메소드

public DrawCheckBoxFocus ( Graphics g, CheckBox cb, Rectangle focusArea ) : void
g System.Drawing.Graphics
cb CheckBox
focusArea System.Drawing.Rectangle
리턴 void

DrawCheckBoxGlyph() 공개 메소드

public DrawCheckBoxGlyph ( Graphics g, CheckBox cb, Rectangle glyphArea ) : void
g System.Drawing.Graphics
cb CheckBox
glyphArea System.Drawing.Rectangle
리턴 void

DrawCheckBoxImage() 공개 메소드

public DrawCheckBoxImage ( Graphics g, CheckBox cb, Rectangle imageBounds ) : void
g System.Drawing.Graphics
cb CheckBox
imageBounds System.Drawing.Rectangle
리턴 void

DrawCheckBoxText() 공개 메소드

public DrawCheckBoxText ( Graphics g, CheckBox cb, Rectangle textBounds ) : void
g System.Drawing.Graphics
cb CheckBox
textBounds System.Drawing.Rectangle
리턴 void

DrawCheckedListBoxItem() 공개 메소드

public DrawCheckedListBoxItem ( CheckedListBox ctrl, DrawItemEventArgs e ) : void
ctrl CheckedListBox
e DrawItemEventArgs
리턴 void

DrawComboBoxItem() 공개 메소드

public DrawComboBoxItem ( ComboBox ctrl, DrawItemEventArgs e ) : void
ctrl ComboBox
e DrawItemEventArgs
리턴 void

DrawDateTimePicker() 공개 메소드

public DrawDateTimePicker ( Graphics dc, Rectangle clip_rectangle, DateTimePicker dtp ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
dtp DateTimePicker
리턴 void

DrawFlatButton() 공개 메소드

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
리턴 void

DrawFlatButtonBackground() 공개 메소드

public DrawFlatButtonBackground ( Graphics g, ButtonBase button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button ButtonBase
clipArea System.Drawing.Rectangle
리턴 void

DrawFlatButtonFocus() 공개 메소드

public DrawFlatButtonFocus ( Graphics g, ButtonBase button ) : void
g System.Drawing.Graphics
button ButtonBase
리턴 void

DrawFlatButtonImage() 공개 메소드

public DrawFlatButtonImage ( Graphics g, ButtonBase button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button ButtonBase
imageBounds System.Drawing.Rectangle
리턴 void

DrawFlatButtonText() 공개 메소드

public DrawFlatButtonText ( Graphics g, ButtonBase button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button ButtonBase
textBounds System.Drawing.Rectangle
리턴 void

DrawFlatStyleCheckBox() 보호된 메소드

protected DrawFlatStyleCheckBox ( Graphics graphics, Rectangle rectangle, CheckBox checkbox ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
checkbox CheckBox
리턴 void

DrawFlatStyleComboButton() 공개 메소드

public DrawFlatStyleComboButton ( Graphics graphics, Rectangle rectangle, ButtonState state ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
리턴 void

DrawFlatStyleFocusRectangle() 공개 메소드

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
리턴 void

DrawFlatStyleRadioButton() 보호된 메소드

protected DrawFlatStyleRadioButton ( Graphics graphics, Rectangle rectangle, RadioButton radio_button ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
radio_button RadioButton
리턴 void

DrawGroupBox() 공개 메소드

public DrawGroupBox ( Graphics dc, Rectangle area, GroupBox box ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
box GroupBox
리턴 void

DrawInnerFocusRectangle() 공개 메소드

public DrawInnerFocusRectangle ( Graphics graphics, Rectangle rectangle, Color backColor ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
backColor System.Drawing.Color
리턴 void

DrawListBoxItem() 공개 메소드

public DrawListBoxItem ( ListBox ctrl, DrawItemEventArgs e ) : void
ctrl ListBox
e DrawItemEventArgs
리턴 void

DrawListViewColumnHeaderOwnerDraw() 보호된 메소드

protected DrawListViewColumnHeaderOwnerDraw ( Graphics dc, ListView control, ColumnHeader column, Rectangle bounds ) : bool
dc System.Drawing.Graphics
control ListView
column ColumnHeader
bounds System.Drawing.Rectangle
리턴 bool

DrawListViewGroupHeader() 보호된 메소드

protected DrawListViewGroupHeader ( Graphics dc, ListView control, System.Windows.Forms.ListViewGroup group ) : void
dc System.Drawing.Graphics
control ListView
group System.Windows.Forms.ListViewGroup
리턴 void

DrawListViewHeader() 공개 메소드

public DrawListViewHeader ( Graphics dc, Rectangle clip, ListView control ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
control ListView
리턴 void

DrawListViewHeaderDragDetails() 공개 메소드

public DrawListViewHeaderDragDetails ( Graphics dc, ListView view, ColumnHeader col, int target_x ) : void
dc System.Drawing.Graphics
view ListView
col ColumnHeader
target_x int
리턴 void

DrawListViewItem() 보호된 메소드

protected DrawListViewItem ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
dc System.Drawing.Graphics
control ListView
item System.Windows.Forms.ListViewItem
리턴 void

DrawListViewItemOwnerDraw() 보호된 메소드

protected DrawListViewItemOwnerDraw ( Graphics dc, System.Windows.Forms.ListViewItem item, int index ) : bool
dc System.Drawing.Graphics
item System.Windows.Forms.ListViewItem
index int
리턴 bool

DrawListViewItems() 공개 메소드

public DrawListViewItems ( Graphics dc, Rectangle clip, ListView control ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
control ListView
리턴 void

DrawListViewSubItem() 보호된 메소드

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
리턴 void

DrawListViewSubItemOwnerDraw() 보호된 메소드

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
리턴 bool

DrawListViewSubItems() 보호된 메소드

protected DrawListViewSubItems ( Graphics dc, ListView control, System.Windows.Forms.ListViewItem item ) : void
dc System.Drawing.Graphics
control ListView
item System.Windows.Forms.ListViewItem
리턴 void

DrawManagedWindowDecorations() 공개 메소드

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
리턴 void

DrawMenuBar() 공개 메소드

public DrawMenuBar ( Graphics dc, Menu menu, Rectangle rect ) : void
dc System.Drawing.Graphics
menu Menu
rect System.Drawing.Rectangle
리턴 void

DrawMenuItem() 공개 메소드

public DrawMenuItem ( MenuItem item, DrawItemEventArgs e ) : void
item MenuItem
e DrawItemEventArgs
리턴 void

DrawMonthCalendar() 공개 메소드

public DrawMonthCalendar ( Graphics dc, Rectangle clip_rectangle, MonthCalendar mc ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
mc MonthCalendar
리턴 void

DrawOwnerDrawBackground() 공개 메소드

public DrawOwnerDrawBackground ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
리턴 void

DrawOwnerDrawFocusRectangle() 공개 메소드

public DrawOwnerDrawFocusRectangle ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
리턴 void

DrawPictureBox() 공개 메소드

public DrawPictureBox ( Graphics dc, Rectangle clip, PictureBox pb ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
pb PictureBox
리턴 void

DrawPopupButton() 공개 메소드

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
리턴 void

DrawPopupButtonBackground() 공개 메소드

public DrawPopupButtonBackground ( Graphics g, Button button, Rectangle clipArea ) : void
g System.Drawing.Graphics
button Button
clipArea System.Drawing.Rectangle
리턴 void

DrawPopupButtonFocus() 공개 메소드

public DrawPopupButtonFocus ( Graphics g, Button button ) : void
g System.Drawing.Graphics
button Button
리턴 void

DrawPopupButtonImage() 공개 메소드

public DrawPopupButtonImage ( Graphics g, Button button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button Button
imageBounds System.Drawing.Rectangle
리턴 void

DrawPopupButtonText() 공개 메소드

public DrawPopupButtonText ( Graphics g, Button button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button Button
textBounds System.Drawing.Rectangle
리턴 void

DrawPopupMenu() 공개 메소드

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
리턴 void

DrawProgressBar() 공개 메소드

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
리턴 void

DrawRadioButton() 공개 메소드

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
리턴 void

DrawRadioButton() 공개 메소드

public DrawRadioButton ( Graphics dc, Rectangle clip_rectangle, RadioButton radio_button ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
radio_button RadioButton
리턴 void

DrawRadioButtonFocus() 공개 메소드

public DrawRadioButtonFocus ( Graphics g, RadioButton rb, Rectangle focusArea ) : void
g System.Drawing.Graphics
rb RadioButton
focusArea System.Drawing.Rectangle
리턴 void

DrawRadioButtonGlyph() 공개 메소드

public DrawRadioButtonGlyph ( Graphics g, RadioButton rb, Rectangle glyphArea ) : void
g System.Drawing.Graphics
rb RadioButton
glyphArea System.Drawing.Rectangle
리턴 void

DrawRadioButtonImage() 공개 메소드

public DrawRadioButtonImage ( Graphics g, RadioButton rb, Rectangle imageBounds ) : void
g System.Drawing.Graphics
rb RadioButton
imageBounds System.Drawing.Rectangle
리턴 void

DrawRadioButtonText() 공개 메소드

public DrawRadioButtonText ( Graphics g, RadioButton rb, Rectangle textBounds ) : void
g System.Drawing.Graphics
rb RadioButton
textBounds System.Drawing.Rectangle
리턴 void

DrawScrollBar() 공개 메소드

public DrawScrollBar ( Graphics dc, Rectangle clip, ScrollBar bar ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
bar ScrollBar
리턴 void

DrawScrollButtonPrimitive() 공개 메소드

public DrawScrollButtonPrimitive ( Graphics dc, Rectangle area, ButtonState state ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
state ButtonState
리턴 void

DrawStatusBar() 공개 메소드

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
리턴 void

DrawStatusBarBackground() 보호된 메소드

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
리턴 void

DrawStatusBarPanel() 보호된 메소드

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
리턴 void

DrawStatusBarPanelBackground() 보호된 메소드

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
리턴 void

DrawStatusBarSizingGrip() 보호된 메소드

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
리턴 void

DrawTabControl() 공개 메소드

public DrawTabControl ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab TabControl
리턴 void

DrawToolBar() 공개 메소드

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
리턴 void

DrawToolBarButton() 보호된 메소드

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
리턴 void

DrawToolBarButtonBorder() 보호된 메소드

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
리턴 void

DrawToolBarButtonContents() 보호된 메소드

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
리턴 void

DrawToolBarDropDownArrow() 보호된 메소드

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
리턴 void

DrawToolBarSeparator() 보호된 메소드

protected DrawToolBarSeparator ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
리턴 void

DrawToolBarToggleButtonBackground() 보호된 메소드

protected DrawToolBarToggleButtonBackground ( Graphics dc, System.Windows.Forms.ToolBarItem item ) : void
dc System.Drawing.Graphics
item System.Windows.Forms.ToolBarItem
리턴 void

DrawToolTip() 공개 메소드

public DrawToolTip ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
control ToolTip
리턴 void

DrawTrackBar() 공개 메소드

public DrawTrackBar ( Graphics dc, Rectangle clip_rectangle, TrackBar tb ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
tb TrackBar
리턴 void

GetControlBackBrush() 보호된 메소드

protected GetControlBackBrush ( Color c ) : Brush
c System.Drawing.Color
리턴 System.Drawing.Brush

GetControlForeBrush() 보호된 메소드

protected GetControlForeBrush ( Color c ) : Brush
c System.Drawing.Color
리턴 System.Drawing.Brush

GetLinkFont() 공개 메소드

public GetLinkFont ( Control control ) : Font
control Control
리턴 System.Drawing.Font

GetTrackBarTickPainter() 보호된 메소드

protected GetTrackBarTickPainter ( Graphics g ) : ITrackBarTickPainter
g System.Drawing.Graphics
리턴 ITrackBarTickPainter

HideBalloonWindow() 공개 메소드

public HideBalloonWindow ( IntPtr handle ) : void
handle IntPtr
리턴 void

ListViewDrawColumnHeaderBackground() 보호된 메소드

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
리턴 void

ListViewDrawUnusedHeaderBackground() 보호된 메소드

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
리턴 void

ListViewGetHeaderHeight() 공개 정적인 메소드

public static ListViewGetHeaderHeight ( ) : int
리턴 int

ListViewGetHeaderHeight() 공개 메소드

public ListViewGetHeaderHeight ( ListView listView, Font font ) : int
listView ListView
font System.Drawing.Font
리턴 int

ManagedWindowBorderWidth() 공개 메소드

public ManagedWindowBorderWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
리턴 int

ManagedWindowButtonSize() 공개 메소드

public ManagedWindowButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
wm System.Windows.Forms.InternalWindowManager
리턴 System.Drawing.Size

ManagedWindowDrawMenuButton() 공개 메소드

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
리턴 void

ManagedWindowDrawTitleBarAndBorders() 보호된 메소드

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
리턴 System.Drawing.Rectangle

ManagedWindowDrawTitleButton() 보호된 메소드

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
리턴 void

ManagedWindowGetMenuButtonSize() 공개 메소드

public ManagedWindowGetMenuButtonSize ( System.Windows.Forms.InternalWindowManager wm ) : Size
wm System.Windows.Forms.InternalWindowManager
리턴 System.Drawing.Size

ManagedWindowGetTitleBarIconArea() 공개 메소드

public ManagedWindowGetTitleBarIconArea ( System.Windows.Forms.InternalWindowManager wm ) : Rectangle
wm System.Windows.Forms.InternalWindowManager
리턴 System.Drawing.Rectangle

ManagedWindowIconWidth() 공개 메소드

public ManagedWindowIconWidth ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
리턴 int

ManagedWindowOnSizeInitializedOrChanged() 공개 메소드

public ManagedWindowOnSizeInitializedOrChanged ( Form form ) : void
form Form
리턴 void

ManagedWindowSetButtonLocations() 공개 메소드

public ManagedWindowSetButtonLocations ( System.Windows.Forms.InternalWindowManager wm ) : void
wm System.Windows.Forms.InternalWindowManager
리턴 void

ManagedWindowTitleBarHeight() 공개 메소드

public ManagedWindowTitleBarHeight ( System.Windows.Forms.InternalWindowManager wm ) : int
wm System.Windows.Forms.InternalWindowManager
리턴 int

ManagedWindowTitleButtonHasHotElementStyle() 공개 메소드

public ManagedWindowTitleButtonHasHotElementStyle ( System.Windows.Forms.TitleButton button, Form form ) : bool
button System.Windows.Forms.TitleButton
form Form
리턴 bool

PrintPreviewControlGetPageSize() 공개 메소드

public PrintPreviewControlGetPageSize ( System.Windows.Forms.PrintPreviewControl preview ) : Size
preview System.Windows.Forms.PrintPreviewControl
리턴 System.Drawing.Size

PrintPreviewControlPaint() 공개 메소드

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
리턴 void

ProgressBarGetChunkSize() 공개 정적인 메소드

public static ProgressBarGetChunkSize ( ) : int
리턴 int

RadioButton_DrawButton() 보호된 메소드

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
리턴 void

RadioButton_DrawFocus() 보호된 메소드

protected RadioButton_DrawFocus ( RadioButton radio_button, Graphics dc, Rectangle text_rectangle ) : void
radio_button RadioButton
dc System.Drawing.Graphics
text_rectangle System.Drawing.Rectangle
리턴 void

RadioButton_DrawText() 보호된 메소드

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
리턴 void

ResetDefaults() 공개 메소드

public ResetDefaults ( ) : void
리턴 void

ScrollBar_DrawThumb() 보호된 메소드

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
리턴 void

ShouldPaintFocusRectagle() 보호된 정적인 메소드

protected static ShouldPaintFocusRectagle ( ButtonBase button ) : bool
button ButtonBase
리턴 bool

ShowBalloonWindow() 공개 메소드

public ShowBalloonWindow ( IntPtr handle, int timeout, string title, string text, ToolTipIcon icon ) : void
handle IntPtr
timeout int
title string
text string
icon ToolTipIcon
리턴 void

TabControlGetDisplayRectangle() 공개 메소드

public TabControlGetDisplayRectangle ( TabControl tab ) : Rectangle
tab TabControl
리턴 System.Drawing.Rectangle

TabControlGetPanelRect() 공개 메소드

public TabControlGetPanelRect ( TabControl tab ) : Rectangle
tab TabControl
리턴 System.Drawing.Rectangle

TabControlGetSpacing() 공개 메소드

public TabControlGetSpacing ( TabControl tab ) : Size
tab TabControl
리턴 System.Drawing.Size

TextBoxBaseFillBackground() 공개 메소드

public TextBoxBaseFillBackground ( TextBoxBase textBoxBase, Graphics g, Rectangle clippingArea ) : void
textBoxBase TextBoxBase
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
리턴 void

TextBoxBaseHandleWmNcPaint() 공개 메소드

public TextBoxBaseHandleWmNcPaint ( TextBoxBase textBoxBase, Message &m ) : bool
textBoxBase TextBoxBase
m Message
리턴 bool

TextBoxBaseShouldPaintBackground() 공개 메소드

public TextBoxBaseShouldPaintBackground ( TextBoxBase textBoxBase ) : bool
textBoxBase TextBoxBase
리턴 bool

ThemeWin32Classic() 공개 메소드

public ThemeWin32Classic ( ) : System.ComponentModel
리턴 System.ComponentModel

ToolBarHasHotElementStyles() 공개 메소드

public ToolBarHasHotElementStyles ( System.Windows.Forms.ToolBar toolBar ) : bool
toolBar System.Windows.Forms.ToolBar
리턴 bool

ToolTipDrawBackground() 보호된 메소드

protected ToolTipDrawBackground ( Graphics dc, Rectangle clip_rectangle, ToolTip control ) : void
dc System.Drawing.Graphics
clip_rectangle System.Drawing.Rectangle
control ToolTip
리턴 void

ToolTipSize() 공개 메소드

public ToolTipSize ( ToolTip tt, string text ) : Size
tt ToolTip
text string
리턴 System.Drawing.Size

TrackBarDrawHorizontalThumb() 보호된 메소드

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
리턴 void

TrackBarDrawHorizontalThumbBottom() 보호된 메소드

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
리턴 void

TrackBarDrawHorizontalThumbTop() 보호된 메소드

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
리턴 void

TrackBarDrawHorizontalTrack() 보호된 메소드

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
리턴 void

TrackBarDrawVerticalThumb() 보호된 메소드

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
리턴 void

TrackBarDrawVerticalThumbLeft() 보호된 메소드

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
리턴 void

TrackBarDrawVerticalThumbRight() 보호된 메소드

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
리턴 void

TrackBarDrawVerticalTrack() 보호된 메소드

protected TrackBarDrawVerticalTrack ( Graphics dc, Rectangle thumb_area, Point channel_startpoint, Rectangle clippingArea ) : void
dc Graphics
thumb_area Rectangle
channel_startpoint Point
clippingArea Rectangle
리턴 void

TrackBarGetHorizontalTickPainter() 보호된 메소드

protected TrackBarGetHorizontalTickPainter ( Graphics g ) : ITrackBarTickPainter
g Graphics
리턴 ITrackBarTickPainter

TrackBarGetThumbSize() 공개 정적인 메소드

public static TrackBarGetThumbSize ( ) : Size
리턴 Size

TrackBarGetThumbSize() 보호된 메소드

protected TrackBarGetThumbSize ( TrackBar trackBar ) : Size
trackBar TrackBar
리턴 Size

TrackBarGetVerticalTickPainter() 보호된 메소드

protected TrackBarGetVerticalTickPainter ( Graphics g ) : ITrackBarTickPainter
g Graphics
리턴 ITrackBarTickPainter

TrackBarValueFromMousePosition() 공개 메소드

public TrackBarValueFromMousePosition ( int x, int y, TrackBar tb ) : int
x int
y int
tb TrackBar
리턴 int

TreeViewDrawNodePlusMinus() 공개 메소드

public TreeViewDrawNodePlusMinus ( TreeView treeView, TreeNode node, Graphics dc, int x, int middle ) : void
treeView TreeView
node TreeNode
dc Graphics
x int
middle int
리턴 void

UpDownBaseDrawButton() 공개 메소드

public UpDownBaseDrawButton ( Graphics g, Rectangle bounds, bool top, VisualStyles state ) : void
g Graphics
bounds Rectangle
top bool
state VisualStyles
리턴 void

프로퍼티 상세

arrow_color 보호되어 있는 정적으로 프로퍼티

protected static Color arrow_color
리턴 Color

pen_ticks_color 보호되어 있는 정적으로 프로퍼티

protected static Color pen_ticks_color
리턴 Color

string_format_menu_menubar_text 보호되어 있는 정적으로 프로퍼티

protected static StringFormat string_format_menu_menubar_text
리턴 StringFormat

string_format_menu_shortcut 보호되어 있는 정적으로 프로퍼티

protected static StringFormat string_format_menu_shortcut
리턴 StringFormat

string_format_menu_text 보호되어 있는 정적으로 프로퍼티

protected static StringFormat string_format_menu_text
리턴 StringFormat