C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecRibbonController

Process mouse events for a ribbon based button spec button.
Inheritance: ComponentFactory.Krypton.Toolkit.ButtonController
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ButtonSpecRibbonController ( ViewBase target, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ButtonSpecRibbonController class.

GotFocus ( Control c ) : void

Source control has lost the focus.

KeyDown ( Control c, KeyEventArgs e ) : void

Key has been pressed down.

KeyPress ( Control c, KeyPressEventArgs e ) : void

Key has been pressed.

KeyUp ( Control c, KeyEventArgs e ) : bool

Key has been released.

LostFocus ( Control c ) : void

Source control has lost the focus.

Méthodes protégées

Méthode Description
UpdateTargetState ( Point pt ) : void

Set the correct visual state of the target.

Method Details

ButtonSpecRibbonController() public méthode

Initialize a new instance of the ButtonSpecRibbonController class.
public ButtonSpecRibbonController ( ViewBase target, NeedPaintHandler needPaint ) : System
target ViewBase Target for state changes.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

GotFocus() public méthode

Source control has lost the focus.
public GotFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
Résultat void

KeyDown() public méthode

Key has been pressed down.
public KeyDown ( Control c, KeyEventArgs e ) : void
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Résultat void

KeyPress() public méthode

Key has been pressed.
public KeyPress ( Control c, KeyPressEventArgs e ) : void
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
Résultat void

KeyUp() public méthode

Key has been released.
public KeyUp ( Control c, KeyEventArgs e ) : bool
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Résultat bool

LostFocus() public méthode

Source control has lost the focus.
public LostFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
Résultat void

UpdateTargetState() protected méthode

Set the correct visual state of the target.
protected UpdateTargetState ( Point pt ) : void
pt Point Mouse point.
Résultat void