#include <wx/propgrid/propgrid.h>
Used to convey validation information to and from functions that actually perform validation.
Mostly used in custom property classes.
Public Member Functions | |
| wxPGVFBFlags | GetFailureBehavior () |
| const wxString & | GetFailureMessage () const |
| Returns current failure message. | |
| wxVariant & | GetValue () |
| Returns reference to pending value. | |
| void | SetFailureBehavior (wxPGVFBFlags failureBehavior) |
| Set validation failure behaviour. | |
| void | SetFailureMessage (const wxString &message) |
| Set current failure message. | |
| wxPGVFBFlags wxPGValidationInfo::GetFailureBehavior | ( | ) |
| wxVariant & wxPGValidationInfo::GetValue | ( | ) |
Returns reference to pending value.
| void wxPGValidationInfo::SetFailureBehavior | ( | wxPGVFBFlags | failureBehavior | ) |
Set validation failure behaviour.
| failureBehavior | Mixture of wxPropertyGrid Validation Failure behaviour Flags. |