C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonScrollPort.RibbonViewControl

Inheritance: ComponentFactory.Krypton.Toolkit.ViewControl
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
HideFocus ( ) : void

Hide focus by giving it to the hidden control.

RibbonViewControl ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewControl class.

Protected Methods

Method Description
ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog key.

Method Details

HideFocus() public method

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

ProcessDialogKey() protected method

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

RibbonViewControl() public method

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