C# Класс ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates

Implement storage for a track bar position only states.
Наследование: Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializePosition bool

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ShouldSerializePosition ( ) : bool

Описание методов

PaletteTrackBarPositionStates() публичный Метод

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.
Результат System

PaletteTrackBarPositionStates() публичный Метод

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.
Результат System

PopulateFromBase() публичный Метод

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
Результат void

SetInherit() публичный Метод

Sets the inheritence parent.
public SetInherit ( IPaletteElementColor inheritPosition ) : void
inheritPosition IPaletteElementColor Source for inheriting position values.
Результат void