C# Class ComponentFactory.Krypton.Ribbon.MaskedTextBoxController

Process mouse events for a ribbon group masked textbox.
Inheritance: ComponentFactory.Krypton.Toolkit.GlobalId, ISourceController, IKeyController, IRibbonKeyTipTarget
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
GotFocus ( Control c ) : void

Source control has got the focus.

KeyDown ( Control c, KeyEventArgs e ) : void

Key has been pressed down.

KeyPress ( Control c, KeyPressEventArgs e ) : void

Key has been pressed.

KeyTipSelect ( KryptonRibbon ribbon ) : void

Perform actual selection of the item.

KeyUp ( Control c, KeyEventArgs e ) : bool

Key has been released.

LostFocus ( Control c ) : void

Source control has lost the focus.

MaskedTextBoxController ( KryptonRibbon ribbon, KryptonRibbonGroupMaskedTextBox maskedTextBox, ViewDrawRibbonGroupMaskedTextBox target ) : System

Initialize a new instance of the MaskedTextBoxController class.

Private Methods

Méthode Description
KeyDownPopupGroup ( VisualPopupGroup popupGroup, KeyEventArgs e ) : void
KeyDownPopupMinimized ( VisualPopupMinimized popupMinimized, KeyEventArgs e ) : void
KeyDownRibbon ( KryptonRibbon ribbon, KeyEventArgs e ) : void

Method Details

GotFocus() public méthode

Source control has got 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

KeyTipSelect() public méthode

Perform actual selection of the item.
public KeyTipSelect ( KryptonRibbon ribbon ) : void
ribbon KryptonRibbon Reference to owning ribbon instance.
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

MaskedTextBoxController() public méthode

Initialize a new instance of the MaskedTextBoxController class.
public MaskedTextBoxController ( KryptonRibbon ribbon, KryptonRibbonGroupMaskedTextBox maskedTextBox, ViewDrawRibbonGroupMaskedTextBox target ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
maskedTextBox KryptonRibbonGroupMaskedTextBox Source definition.
target ViewDrawRibbonGroupMaskedTextBox Target view element.
Résultat System