C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarRibbonTabOnly

Implements the NavigatorMode.BarRibbonTabOnly mode.
Inheritance: ViewBuilderBarRibbonTabBase
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
KeyPressedPageView ( ) : void

User has used the keyboard to select the currently selected page.

Protected Methods

Method Description
CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

Method Details

CreateCheckItemView() protected method

Create the view hierarchy for this view mode.
protected CreateCheckItemView ( ) : void
return void

KeyPressedPageView() public method

User has used the keyboard to select the currently selected page.
public KeyPressedPageView ( ) : void
return void