The wxPropertyFormFrame class is a prepackaged frame which can be used for viewing a property form. Pass a property form view object, and the frame will pass OnClose messages to the view class for processing.
Call Initialize to create the panel and associate the view; override OnCreatePanel if you wish to use a panel class other than the default wxPropertyFormPanel.
wxPropertyFormFrame::wxPropertyFormFrame
wxPropertyFormFrame::~wxPropertyFormFrame
wxPropertyFormFrame::GetPropertyPanel
wxPropertyFormFrame::Initialize
wxPropertyFormFrame::OnCreatePanel