C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigatorState

Storage for an individual navigator states.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeStateCommon bool

Public Methods

Method 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

Method Description
ShouldSerializeStateCommon ( ) : bool

Method Details

KryptonPaletteNavigatorState() public method

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.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void