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

Implement storage for just the combo part of a combo box state.
Наследование: Storage
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
PaletteComboBoxJustComboStates ( IPaletteTriple inheritComboBox, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteComboBoxJustComboStates class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( IPaletteTriple inheritComboBox ) : void

Sets the inheritence parent.

Защищенные методы

Метод Описание
OnNeedPaint ( object sender, bool needLayout ) : void

Handle a change event from palette source.

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

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

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

OnNeedPaint() защищенный Метод

Handle a change event from palette source.
protected OnNeedPaint ( object sender, bool needLayout ) : void
sender object Source of the event.
needLayout bool True if a layout is also needed.
Результат void

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

Initialize a new instance of the PaletteComboBoxJustComboStates class.
public PaletteComboBoxJustComboStates ( IPaletteTriple inheritComboBox, NeedPaintHandler needPaint ) : System
inheritComboBox IPaletteTriple Source for inheriting combo box 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 ( IPaletteTriple inheritComboBox ) : void
inheritComboBox IPaletteTriple Source for inheriting combo box values.
Результат void