The wxPropertyFormDialog class is a prepackaged dialog which can be used for viewing a form property sheet. Pass a property form view object, and the dialog will pass OnClose and OnDefaultAction listbox messages to the view class for processing.
Members
wxPropertyFormDialog::wxPropertyFormDialog
wxPropertyFormDialog::~wxPropertyFormDialog
void wxPropertyFormDialog(wxPropertyFormView *view, wxWindow *parent, char *title, bool modal=FALSE, int x=-1, int y=-1, int width=-1, intheight=-1, long style=wxDEFAULT_DIALOG_STYLE, char *name="dialogBox")
Constructor.
void ~wxPropertyFormDialog()
Destructor.