ColorDialog

Members

Functions

reset
void reset()
runDialog
bool runDialog(HWND owner)
showDialog
DialogResult showDialog()
DialogResult showDialog(IWindow owner)

Properties

allowFullOpen
bool allowFullOpen [@property setter]
bool allowFullOpen [@property getter]
anyColor
bool anyColor [@property setter]
bool anyColor [@property getter]
color
Color color [@property setter]
Color color [@property getter]
customColors
COLORREF[] customColors [@property setter]
COLORREF[] customColors [@property getter]
fullOpen
bool fullOpen [@property setter]
bool fullOpen [@property getter]
showHelp
bool showHelp [@property setter]
bool showHelp [@property getter]
solidColorOnly
bool solidColorOnly [@property setter]
bool solidColorOnly [@property getter]

Inherited Members

From CommonDialog

reset
void reset()
showDialog
DialogResult showDialog()
DialogResult showDialog(IWindow owner)
helpRequest
Event!(CommonDialog, HelpEventArgs) helpRequest;
hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
onHelpRequest
void onHelpRequest(HelpEventArgs ea)
runDialog
bool runDialog(HWND owner)

Meta