ColorDialog

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
runDialog
bool runDialog(HWND owner)
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog()
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog(IWindow owner)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

allowFullOpen
bool allowFullOpen [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
allowFullOpen
bool allowFullOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
anyColor
bool anyColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
anyColor
bool anyColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
color
Color color [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
color
Color color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
customColors
COLORREF[] customColors [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
customColors
COLORREF[] customColors [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fullOpen
bool fullOpen [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
fullOpen
bool fullOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
showHelp
bool showHelp [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
showHelp
bool showHelp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
solidColorOnly
bool solidColorOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
solidColorOnly
bool solidColorOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CommonDialog

reset
void reset()
Undocumented in source.
showDialog
DialogResult showDialog()
Undocumented in source.
showDialog
DialogResult showDialog(IWindow owner)
Undocumented in source.
helpRequest
Event!(CommonDialog, HelpEventArgs) helpRequest;
Undocumented in source.
hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
onHelpRequest
void onHelpRequest(HelpEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
runDialog
bool runDialog(HWND owner)
Undocumented in source.
_cantrun
void _cantrun()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta