C# Class YamuiFramework.Controls.YamuiButton

Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Свойство Type Description
IsFocused bool
IsHovered bool
IsPressed bool

Private Properties

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

Méthodes publiques

Méthode Description
HandlePressedButton ( ) : void

Call this method to activate the OnPressedButton event manually

YamuiButton ( ) : System

Méthodes protégées

Méthode Description
OnEnabledChanged ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

Private Methods

Méthode Description
OnButtonPressed ( EventArgs eventArgs ) : void

Method Details

HandlePressedButton() public méthode

Call this method to activate the OnPressedButton event manually
public HandlePressedButton ( ) : void
Résultat void

OnEnabledChanged() protected méthode

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

OnEnter() protected méthode

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

OnGotFocus() protected méthode

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

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( 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 ( MouseEventArgs e ) : void
e MouseEventArgs
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 e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e PreviewKeyDownEventArgs
Résultat void

PaintTransparentBackground() protected méthode

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics Graphics
clipRect Rectangle
Résultat void

YamuiButton() public méthode

public YamuiButton ( ) : System
Résultat System

Property Details

IsFocused public_oe property

public bool IsFocused
Résultat bool

IsHovered public_oe property

public bool IsHovered
Résultat bool

IsPressed public_oe property

public bool IsPressed
Résultat bool