C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigatorState

Storage for an individual navigator states.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

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

Méthodes publiques

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

Initialize a new instance of the KryptonPaletteNavigatorState class.

PopulateFromBase ( ) : void

Populate values from the base palette.

Private Methods

Méthode Description
ShouldSerializeStateCommon ( ) : bool

Method Details

KryptonPaletteNavigatorState() public méthode

Initialize a new instance of the KryptonPaletteNavigatorState class.
public KryptonPaletteNavigatorState ( 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