C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigator

Storage for palette navigator states.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
ShouldSerializeStateCommon bool

Méthodes publiques

Méthode Description
KryptonPaletteNavigator ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteNavigator class.

PopulateFromBase ( ) : void

Populate values from the base palette.

Private Methods

Méthode Description
ShouldSerializeStateCommon ( ) : bool

Method Details

KryptonPaletteNavigator() public méthode

Initialize a new instance of the KryptonPaletteNavigator class.
public KryptonPaletteNavigator ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

PopulateFromBase() public méthode

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