C# Class Krypton.Toolkit.KryptonPaletteNavigatorStateBar

Storage for bar values for a navigator state.
Inheritance: Krypton.Toolkit.Storage, IPaletteMetric
Afficher le fichier Open project: Krypton-Suite/Standard-Toolkit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KryptonPaletteNavigatorStateBar ( PaletteRedirect redirect, NeedPaintHandler needPaint )

Initialize a new instance of the KryptonPaletteNavigatorStateBar class.

PopulateFromBase ( ) : void

Populate values from the base palette.

Method Details

KryptonPaletteNavigatorStateBar() public méthode

Initialize a new instance of the KryptonPaletteNavigatorStateBar class.
public KryptonPaletteNavigatorStateBar ( PaletteRedirect redirect, NeedPaintHandler needPaint )
redirect PaletteRedirect Redirection for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void