[archived content]

module dfl.colordialog;
public class ColorDialog: CommonDialog
{
public bool allowFullOpen; [property setter]
public bool allowFullOpen; [property getter]
public bool anyColor; [property setter]
public bool anyColor; [property getter]
public final Color color; [property setter]
public final Color color; [property getter]
public final COLORREF[] customColors; [property getter]
public final COLORREF[] customColors; [property setter]
public bool fullOpen; [property setter]
public bool fullOpen; [property getter]
public void reset();
protected bool runDialog(HWND owner);
public DialogResult showDialog();
public DialogResult showDialog(IWindow owner);
public bool showHelp; [property setter]
public bool showHelp; [property getter]
public bool solidColorOnly; [property getter]
public bool solidColorOnly; [property setter]
[+] Inherited members
}

Page last modified on May 22, 2005, at 08:45 AM