|
|
Creates a Color Selection Dialog Box.
This function creates a Color Selection Dialog Box, and returns the values of the color selected by the user.
- Parameters:
-
| hWnd | The hosting main window. |
| x | x,y,w,h: The default position and size of the dialog box. |
| y | x,y,w,h: The default position and size of the dialog box. |
| w | x,y,w,h: The default position and size of the dialog box. |
| h | x,y,w,h: The default position and size of the dialog box. |
| pClrData | The pointer to the COLORDATA structure. |
- Return values:
-
| IDOK | The user choosed a color and OK button clicked. |
| IDCANCEL | The user clicked the Cancel button. |
- See also:
- COLORDATA, ColorSelDialog
|