C# Class System.Windows.Forms.Button

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Button ( ) : System
NotifyDefault ( bool value ) : void
PerformClick ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
OnClick ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnTextChanged ( EventArgs e ) : void

Method Details

Button() public méthode

public Button ( ) : System
Résultat System

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

NotifyDefault() public méthode

public NotifyDefault ( bool value ) : void
value bool
Résultat void

OnClick() protected méthode

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

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseUp() protected méthode

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

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
Résultat void

PerformClick() public méthode

public PerformClick ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string