C# Class Krypton.Toolkit.KryptonPaletteNavigatorStateBar

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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 method

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