Construction Methods
Method | Description |
---|---|
CColorDialog | Constructs a CColorDialog object. |
General Operations Methods
Method | Description |
---|---|
DoModal | Displays a color dialog box and allows the user to make a selection. |
GetColor | Returns a COLORREF structure that contains the values of the selected color. |
GetSavedCustomColors | Retrieves custom colors created by the user. |
OnColorOK | Override to validate the color entered into the dialog box. |