C# Class ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates

Implement storage for a track bar position only states.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializePosition bool

Public Methods

Method Description
PaletteTrackBarPositionStates ( IPaletteElementColor inheritPosition, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTrackBarPositionStates class.

PaletteTrackBarPositionStates ( PaletteTrackBarRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTrackBarPositionStates class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( IPaletteElementColor inheritPosition ) : void

Sets the inheritence parent.

Private Methods

Method Description
ShouldSerializePosition ( ) : bool

Method Details

PaletteTrackBarPositionStates() public method

Initialize a new instance of the PaletteTrackBarPositionStates class.
public PaletteTrackBarPositionStates ( IPaletteElementColor inheritPosition, NeedPaintHandler needPaint ) : System
inheritPosition IPaletteElementColor Source for inheriting position values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PaletteTrackBarPositionStates() public method

Initialize a new instance of the PaletteTrackBarPositionStates class.
public PaletteTrackBarPositionStates ( PaletteTrackBarRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteTrackBarRedirect Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
return void

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( IPaletteElementColor inheritPosition ) : void
inheritPosition IPaletteElementColor Source for inheriting position values.
return void