C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigator

Storage for palette navigator states.
Inheritance: Storage
Mostrar archivo Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
ShouldSerializeStateCommon bool

Public Methods

Method 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

Method Description
ShouldSerializeStateCommon ( ) : bool

Method Details

KryptonPaletteNavigator() public method

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

PopulateFromBase() public method

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