C# Class ComponentFactory.Krypton.Navigator.NavigatorBar

Storage for bar 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
NavigatorBar ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorBar class.

ResetBarAnimation ( ) : void

Resets the BarAnimation property to its default value.

ResetBarFirstItemInset ( ) : void

Resets the BarFirstItemInset property to its default value.

ResetBarLastItemInset ( ) : void

Resets the BarLastItemInset property to its default value.

ResetBarMapExtraText ( ) : void

Resets the BarMapExtraText property to its default value.

ResetBarMapImage ( ) : void

Resets the BarMapImage property to its default value.

ResetBarMapText ( ) : void

Resets the BarMapText property to its default value.

ResetBarMinimumHeight ( ) : void

Resets the BarMinimumHeight property to its default value.

ResetBarMultiline ( ) : void

Resets the BarMultiline property to its default value.

ResetBarOrientation ( ) : void

Resets the BarOrientation property to its default value.

ResetItemAlignment ( ) : void

Resets the ItemAlignment property to its default value.

ResetItemMaximumSize ( ) : void

Reset the ItemMaximumSize to the default value.

ResetItemMinimumSize ( ) : void

Reset the ItemMinimumSize to the default value.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetItemSizing ( ) : void

Reset the ItemSizing to the default value.

Method Details

NavigatorBar() public méthode

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

ResetBarAnimation() public méthode

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

ResetBarFirstItemInset() public méthode

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

ResetBarLastItemInset() public méthode

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

ResetBarMapExtraText() public méthode

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

ResetBarMapImage() public méthode

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

ResetBarMapText() public méthode

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

ResetBarMinimumHeight() public méthode

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

ResetBarMultiline() public méthode

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

ResetBarOrientation() public méthode

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

ResetItemAlignment() public méthode

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

ResetItemMaximumSize() public méthode

Reset the ItemMaximumSize to the default value.
public ResetItemMaximumSize ( ) : void
Résultat void

ResetItemMinimumSize() public méthode

Reset the ItemMinimumSize to the default value.
public ResetItemMinimumSize ( ) : void
Résultat void

ResetItemOrientation() public méthode

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

ResetItemSizing() public méthode

Reset the ItemSizing to the default value.
public ResetItemSizing ( ) : void
Résultat void