C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarTabOnly

Implements the NavigatorMode.BarTabOnly mode.
Inheritance: ViewBuilderBarTabBase
Show file Open project: Cocotteseb/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