C# Class ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates

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

Private Properties

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

Méthodes publiques

Méthode 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

Méthode Description
ShouldSerializePosition ( ) : bool

Method Details

PaletteTrackBarPositionStates() public méthode

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.
Résultat System

PaletteTrackBarPositionStates() public méthode

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.
Résultat System

PopulateFromBase() public méthode

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

SetInherit() public méthode

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