|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
#include <uLib/StdDlg.h>
Standard Color selection dialog..
The inherited CHOOSECOLOR fields are used for Execute calls.
rgbResult is the in/out buffer for the current/selected color.
Colors is the buffer for lpCustColors.
See also [MSDN} CHOOSECOLOR, ChooseColor()
Public Data | |
| COLORREF | Colors [16] |
Public Functions | |
| ColorDialog () | |
| void | SetOwner (HWND Owner, HINSTANCE hInst=NULL) |
| bool | Execute () |
| ColorDialog::ColorDialog | ( | ) |
Definition at line 370 of file StdDlg.cpp.
| void ColorDialog::SetOwner | ( | HWND | Owner, |
| HINSTANCE | hInst = NULL |
||
| ) |
Definition at line 382 of file StdDlg.cpp.
|
inline |
| COLORREF ColorDialog::Colors[16] |