C# Class ComponentFactory.Krypton.Ribbon.KeyTipControl

Inheritance: System.Windows.Forms.Form
Show file Open project: ComponentFactory/Krypton

Public Methods

Method 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.

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

Private Methods

Method Description
OnRedrawTick ( object sender, EventArgs e ) : void
StartTimer ( ) : void

Method Details

AppendKeyPress() public method

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

KeyTipControl() public method

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.
return System

OnPaint() protected method

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

OnPaintBackground() protected method

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

SetKeyTips() public method

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