C# Class NetIde.Core.Support.GdiButton

Inheritance: Element
Afficher le fichier Open project: netide/netide

Private Properties

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

Méthodes publiques

Méthode Description
GdiButton ( ) : System
PerformClick ( ) : void

Méthodes protégées

Méthode Description
MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
OnClick ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnIsCheckedChanged ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
OnPaint ( ElementPaintEventArgs e ) : void

Private Methods

Méthode Description
GdiButton_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

GdiButton() public méthode

public GdiButton ( ) : System
Résultat System

MeasureOverride() protected méthode

protected MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
desiredSize GdiPresentation.Size
Résultat GdiPresentation.Size

OnClick() protected méthode

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

OnGotFocus() protected méthode

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

OnIsCheckedChanged() protected méthode

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

OnLostFocus() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
Résultat void

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

protected OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( ElementPaintEventArgs e ) : void
e ElementPaintEventArgs
Résultat void

PerformClick() public méthode

public PerformClick ( ) : void
Résultat void