C# Class FlatUI.FlatCheckBox

Inheritance: CheckBox
Exibir arquivo Open project: MrDarkSkil/Launcher_Arma3 Class Usage Examples

Private Properties

Property Type Description
UpdateColors void

Public Methods

Method Description
FlatCheckBox ( ) : System

Protected Methods

Method Description
OnClick ( System e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnTextChanged ( System e ) : void

Private Methods

Method Description
UpdateColors ( ) : void

Method Details

FlatCheckBox() public method

public FlatCheckBox ( ) : System
return System

OnClick() protected method

protected OnClick ( System e ) : void
e System
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
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

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( System e ) : void
e System
return void