C# Class ComponentFactory.Krypton.Navigator.NavigatorStack

Storage for stack related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ResetItemOrientation() public méthode

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
Résultat void

ResetStackAlignment() public méthode

Resets the StackAlignment property to its default value.
public ResetStackAlignment ( ) : void
Résultat void

ResetStackAnimation() public méthode

Resets the StackAnimation property to its default value.
public ResetStackAnimation ( ) : void
Résultat void

ResetStackMapExtraText() public méthode

Resets the StackMapExtraText property to its default value.
public ResetStackMapExtraText ( ) : void
Résultat void

ResetStackMapImage() public méthode

Resets the StackMapImage property to its default value.
public ResetStackMapImage ( ) : void
Résultat void

ResetStackMapText() public méthode

Resets the StackMapText property to its default value.
public ResetStackMapText ( ) : void
Résultat void

ResetStackOrientation() public méthode

Resets the StackOrientation property to its default value.
public ResetStackOrientation ( ) : void
Résultat void