C# Class ComponentFactory.Krypton.Ribbon.KeyTipControl

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
AppendKeyPress ( char key ) : void

Process the incoming key as being pressed.

KeyTipControl ( KryptonRibbon ribbon, KeyTipInfoList keyTips, bool showDisabled ) : System

Initialize a new instance of the KeyTipControl class.

SetKeyTips ( KeyTipInfoList keyTips ) : void

Define the set of key tips to display.

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

Private Methods

Méthode Description
OnRedrawTick ( object sender, EventArgs e ) : void
StartTimer ( ) : void

Method Details

AppendKeyPress() public méthode

Process the incoming key as being pressed.
public AppendKeyPress ( char key ) : void
key char Key data.
Résultat void

KeyTipControl() public méthode

Initialize a new instance of the KeyTipControl class.
public KeyTipControl ( KryptonRibbon ribbon, KeyTipInfoList keyTips, bool showDisabled ) : System
ribbon KryptonRibbon Reference to owning control instance.
keyTips KeyTipInfoList List of key tips.
showDisabled bool True to show disabled entries, otherwise enabled.
Résultat System

OnPaint() protected méthode

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Résultat void

OnPaintBackground() protected méthode

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs An PaintEventArgs containing the event data.
Résultat void

SetKeyTips() public méthode

Define the set of key tips to display.
public SetKeyTips ( KeyTipInfoList keyTips ) : void
keyTips KeyTipInfoList List of key tips.
Résultat void