C# 클래스 ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonScrollPort.RibbonViewControl

상속: ComponentFactory.Krypton.Toolkit.ViewControl
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
HideFocus ( ) : void

Hide focus by giving it to the hidden control.

RibbonViewControl ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewControl class.

보호된 메소드들

메소드 설명
ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog key.

메소드 상세

HideFocus() 공개 메소드

Hide focus by giving it to the hidden control.
public HideFocus ( ) : void
리턴 void

ProcessDialogKey() 보호된 메소드

Processes a dialog key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the Keys values that represents the key to process.
리턴 bool

RibbonViewControl() 공개 메소드

Initialize a new instance of the ViewControl class.
public RibbonViewControl ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Top level ribbon control.
리턴 System