C# Class System.Windows.Forms.ButtonInternal.CheckBoxPopupAdapter

Inheritance: System.Windows.Forms.ButtonInternal.CheckBoxBaseAdapter
Show file Open project: mahasak/dotnet452

Protected Methods

Method Description
CreateButtonAdapter ( ) : System.Windows.Forms.ButtonInternal.ButtonBaseAdapter
Layout ( PaintEventArgs e ) : LayoutOptions

Private Methods

Method Description
CheckBoxPopupAdapter ( ButtonBase control ) : System
PaintDown ( PaintEventArgs e, CheckState state ) : void
PaintOver ( PaintEventArgs e, CheckState state ) : void
PaintPopupLayout ( Graphics g, bool show3D, int checkSize, Rectangle clientRectangle, Padding padding, bool isDefault, Font font, string text, bool enabled, ContentAlignment textAlign, RightToLeft rtl ) : LayoutOptions
PaintPopupLayout ( PaintEventArgs e, bool show3D ) : LayoutOptions
PaintUp ( PaintEventArgs e, CheckState state ) : void

Method Details

CreateButtonAdapter() protected method

protected CreateButtonAdapter ( ) : System.Windows.Forms.ButtonInternal.ButtonBaseAdapter
return System.Windows.Forms.ButtonInternal.ButtonBaseAdapter

Layout() protected method

protected Layout ( PaintEventArgs e ) : LayoutOptions
e PaintEventArgs
return LayoutOptions