+CloseUp is an overridden method in TCustomColorBox. It +extends the inherited method to select a custom color using TColorDialog when +enabled in the Style for the control and selected in the drop-down list. +
++PickCustomColor is called to select the custom color, or cancel the +operation. The TColor value selected in PickCustomColor is assigned to both +Colors and the Selected property if the dialog was not cancelled. +
++CloseUp calls the inherited method prior to exit to signal the OnEditingDone +and OnCloseUp event handlers. +
++CloseUp is called when a CN_Command message with a CBN_CLOSEUP notification +code is handed for the control. +
+-PickCustomColor is a Boolean function used to select a custom color rather -than one of the standard colors in the Colors property. +PickCustomColor is a Boolean function used to select a +custom color rather than one of the standard colors in the Colors property.
PickCustomColor is used when cbCustomColor is included in the Style for the @@ -1216,7 +1250,6 @@ TCustomListBox.DoAutoAdjustLayout