+ // Set the name of the sheet
+ inline virtual void SetName(wxString name) { m_name=name; }
+ inline virtual wxString GetName() { return m_name; }
+ // Does this sheet contain a property with this name
+ virtual bool HasProperty(wxString name);
+
+ // Set property name to value
+ virtual bool SetProperty(const wxString name, wxPropertyValue value);
+
+ // Remove property from sheet by name, deleting it
+ virtual void RemoveProperty(wxString name);
+
+ // Get the name of the sheet