C# Class ComponentFactory.Krypton.Navigator.ViewBuilderHeaderBarCheckButtonOnly

Implements the NavigatorMode.HeaderBarCheckButtonOnly mode.
Inheritance: ViewBuilderHeaderBarCheckButtonBase
显示文件 Open project: ComponentFactory/Krypton

Protected Properties

Property Type Description
_layoutPanelDocker ComponentFactory.Krypton.Toolkit.ViewLayoutDocker

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.

DestructCheckItemView ( ) : void

Destruct the view hierarchy for this mode.

UpdateOrientation ( ) : void

Update the bar orientation.

Method Details

CreateCheckItemView() protected method

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

DestructCheckItemView() protected method

Destruct the view hierarchy for this mode.
protected DestructCheckItemView ( ) : void
return void

KeyPressedPageView() public method

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

UpdateOrientation() protected method

Update the bar orientation.
protected UpdateOrientation ( ) : void
return void

Property Details

_layoutPanelDocker protected_oe property

protected ViewLayoutDocker,ComponentFactory.Krypton.Toolkit _layoutPanelDocker
return ComponentFactory.Krypton.Toolkit.ViewLayoutDocker