C# Class ComponentFactory.Krypton.Toolkit.PaletteComboBoxJustItemStates

Implement storage for just the item part of a combo box state.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

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

Méthodes publiques

Méthode Description
PaletteComboBoxJustItemStates ( IPaletteTriple inheritItem, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteComboBoxJustItemStates class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( IPaletteTriple inheritItem ) : void

Sets the inheritence parent.

Méthodes protégées

Méthode Description
OnNeedPaint ( object sender, bool needLayout ) : void

Handle a change event from palette source.

Private Methods

Méthode Description
ShouldSerializeItem ( ) : bool

Method Details

OnNeedPaint() protected méthode

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

PaletteComboBoxJustItemStates() public méthode

Initialize a new instance of the PaletteComboBoxJustItemStates class.
public PaletteComboBoxJustItemStates ( IPaletteTriple inheritItem, NeedPaintHandler needPaint ) : System
inheritItem IPaletteTriple Source for inheriting item 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 ( IPaletteTriple inheritItem ) : void
inheritItem IPaletteTriple Source for inheriting item values.
Résultat void