Unit 'ColorBox' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomColorListBox.ColorDialog

Dialog displayed to select a custom color for the control.

Declaration

Source position: colorbox.pas line 215

public property TCustomColorListBox.ColorDialog : TColorDialog
  read fcolorDialog
  write FColorDialog;

Description

ColorDialog is a TColorDialog property with the dialog displayed to select a custom color for the control. It can be assigned directly to the control, or it can be created at run-time when the PickCustomColor method is called.

See also

TColorDialog

  

TColorDialog - dialog for selecting a color to use in graphics and text.