C# Class System.Windows.Forms.CheckBox

Inheritance: Button
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
HaveDoubleClick void

Public Methods

Method Description
CheckBox ( ) : System
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
OnAppearanceChanged ( EventArgs e ) : void
OnCheckStateChanged ( EventArgs e ) : void
OnCheckedChanged ( EventArgs e ) : void
OnClick ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void

Private Methods

Method Description
HaveDoubleClick ( ) : void

Method Details

CheckBox() public method

public CheckBox ( ) : System
return System

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

OnAppearanceChanged() protected method

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

OnCheckStateChanged() protected method

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

OnCheckedChanged() protected method

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

OnClick() protected method

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

OnHandleCreated() protected method

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

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnMouseUp() protected method

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

ToString() public method

public ToString ( ) : string
return string