C# 클래스 ComponentFactory.Krypton.Ribbon.KeyTipControl

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

비공개 메소드들

메소드 설명
OnRedrawTick ( object sender, EventArgs e ) : void
StartTimer ( ) : void

메소드 상세

AppendKeyPress() 공개 메소드

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

KeyTipControl() 공개 메소드

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.
리턴 System

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

SetKeyTips() 공개 메소드

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