DColorCombo
Description
The DColorCombo allows the user to choose color, without alpha, using DColorMixer or DColorPalette in a tabbed view.
Parent
Derives methods, etc not listed on this page from DPropertySheet.
Events
DColorCombo:OnValueChanged( table newcol )
Called when the value (color) of this panel was changed. For override
Methods
DColorCombo:BuildControls()
This is used internally - although you're able to use it you probably shouldn't.
Called internally to create panels necessary for this panel to work.
Returns true if the panel is currently being edited
More of a internal method, it technically should only ever work (i. e. return true) inside DColorCombo:OnValueChanged.
Example
Creates a DColorCombo and sets its initial value.