[archived content]

module dfl.commondialog;
public class CommonDialog
{
public Event helpRequest(CommonDialog,HelpEventArgs);
protected LRESULT hookProc(HWND hwnd,UINT msg,WPARAM wparam,LPARAM lparam);
protected void onHelpRequest(HelpEventArgs ea);
public void reset();
protected bool runDialog(HWND owner);
public DialogResult showDialog(IWindow owner);
public DialogResult showDialog();
}

Page last modified on May 18, 2005, at 02:47 PM