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

Process mouse events for a ribbon group textbox.
상속: ComponentFactory.Krypton.Toolkit.GlobalId, ISourceController, IKeyController, IRibbonKeyTipTarget
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GalleryController ( KryptonRibbon ribbon, KryptonRibbonGroupGallery gallery, ViewDrawRibbonGroupGallery target ) : System

Initialize a new instance of the GalleryController class.

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.

비공개 메소드들

메소드 설명
KeyDownPopupGroup ( VisualPopupGroup popupGroup, KeyEventArgs e ) : void
KeyDownPopupMinimized ( VisualPopupMinimized popupMinimized, KeyEventArgs e ) : void
KeyDownRibbon ( KryptonRibbon ribbon, KeyEventArgs e ) : void

메소드 상세

GalleryController() 공개 메소드

Initialize a new instance of the GalleryController class.
public GalleryController ( KryptonRibbon ribbon, KryptonRibbonGroupGallery gallery, ViewDrawRibbonGroupGallery target ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
gallery KryptonRibbonGroupGallery Source definition.
target ViewDrawRibbonGroupGallery Target view element.
리턴 System

GotFocus() 공개 메소드

Source control has got the focus.
public GotFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
리턴 void

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

KeyTipSelect() 공개 메소드

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

LostFocus() 공개 메소드

Source control has lost the focus.
public LostFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
리턴 void