Property | Type | Description | |
---|---|---|---|
ShouldSerializeComboBox | bool |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
Method | Description | |
---|---|---|
ShouldSerializeComboBox ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
return | void |
public PaletteComboBoxJustComboStates ( IPaletteTriple inheritComboBox, NeedPaintHandler needPaint ) : System | ||
inheritComboBox | IPaletteTriple | Source for inheriting combo box values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |
public SetInherit ( IPaletteTriple inheritComboBox ) : void | ||
inheritComboBox | IPaletteTriple | Source for inheriting combo box values. |
return | void |