TcxColorComboBoxProperties Class
Stores color combo box settings.
Declaration
TcxColorComboBoxProperties = class(
TcxCustomColorComboBoxProperties
)
Remarks
The TcxColorComboBoxProperties
class has members that allow you to do the following:
- Allow users to select custom colors (AllowSelectColor).
- Specify the color editor dialog used for custom color selection and define how it is displayed (ColorDialogType and ColorDialogShowFull).
- Access the list of custom colors (CustomColors).
- Change the position and appearance of color boxes in combo box items (ColorBoxWidth, ColorBoxAlign, and ColorBoxFrameColor).
- Switch between available user input modes (ColorComboStyle and DropDownListStyle).
- Define color naming convention and value format (NamingConvention and ColorValueFormat).
- Access individual items listed in the color combo box (Items).
- Specify the default color and its appearance in the combo box (DefaultColor and DefaultColorStyle).
- Adjust the size of the most recently used colors list (MaxMRUColors).
- Access the list of most recently used colors (MRUColors).
- Adjust the height of individual drop-down menu items (OnMeasureItem).
- Custom draw drop-down menu items (OnDrawItem).
- Disable the drop-down window in read-only mode (AllowDropDownWhenReadOnly).
Direct TcxColorComboBoxProperties Class References
The following properties reference a TcxColorComboBoxProperties
object:
- TcxCustomColorComboBox.ActiveProperties
- Obtains the properties that are currently applied to an editor.
- TcxCustomColorComboBox.Properties
- Holds settings specific to color combo box controls.
Inheritance
See Also