C# Class ComponentFactory.Krypton.Navigator.NavigatorStack

Storage for stack related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NavigatorStack ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorStack class.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetStackAlignment ( ) : void

Resets the StackAlignment property to its default value.

ResetStackAnimation ( ) : void

Resets the StackAnimation property to its default value.

ResetStackMapExtraText ( ) : void

Resets the StackMapExtraText property to its default value.

ResetStackMapImage ( ) : void

Resets the StackMapImage property to its default value.

ResetStackMapText ( ) : void

Resets the StackMapText property to its default value.

ResetStackOrientation ( ) : void

Resets the StackOrientation property to its default value.

Method Details

NavigatorStack() public method

Initialize a new instance of the NavigatorStack class.
public NavigatorStack ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

ResetItemOrientation() public method

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
return void

ResetStackAlignment() public method

Resets the StackAlignment property to its default value.
public ResetStackAlignment ( ) : void
return void

ResetStackAnimation() public method

Resets the StackAnimation property to its default value.
public ResetStackAnimation ( ) : void
return void

ResetStackMapExtraText() public method

Resets the StackMapExtraText property to its default value.
public ResetStackMapExtraText ( ) : void
return void

ResetStackMapImage() public method

Resets the StackMapImage property to its default value.
public ResetStackMapImage ( ) : void
return void

ResetStackMapText() public method

Resets the StackMapText property to its default value.
public ResetStackMapText ( ) : void
return void

ResetStackOrientation() public method

Resets the StackOrientation property to its default value.
public ResetStackOrientation ( ) : void
return void