C# 클래스 ComponentFactory.Krypton.Toolkit.ContextMenuController

Controller for a VisualContextMenu popup.
상속: GlobalId, IKeyController
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ContextMenuController ( ViewContextMenuManager viewManager ) : System

Initialize a new instance of the ContextMenuController class.

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.

메소드 상세

ContextMenuController() 공개 메소드

Initialize a new instance of the ContextMenuController class.
public ContextMenuController ( ViewContextMenuManager viewManager ) : System
viewManager ViewContextMenuManager Owning view manager instance.
리턴 System

KeyDown() 공개 메소드

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

KeyPress() 공개 메소드

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

KeyUp() 공개 메소드

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