C# Class SidebarLibrary.WinControls.CheckBoxEx

Inheritance: System.Windows.Forms.CheckBox
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
CheckBoxEx ( ) : System

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
DoFiltering ( Bitmap bitmap, Color oldColor, Color newColor ) : Bitmap
DrawCheckBoxState ( DrawState state ) : void
FilterImages ( ) : void

Method Details

CheckBoxEx() public method

public CheckBoxEx ( ) : System
return System

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void