C# Class System.Windows.Forms.CheckBox

Inheritance: Button
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
HaveDoubleClick void

Méthodes publiques

Méthode Description
CheckBox ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode 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

Méthode Description
HaveDoubleClick ( ) : void

Method Details

CheckBox() public méthode

public CheckBox ( ) : System
Résultat System

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

OnAppearanceChanged() protected méthode

protected OnAppearanceChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnCheckStateChanged() protected méthode

protected OnCheckStateChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnCheckedChanged() protected méthode

protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string