Used to convey validation information to and from functions that actually perform validation. More...
#include <propgrid.h>
Public Member Functions | |
| unsigned char | GetFailureBehavior () const |
| const wxString & | GetFailureMessage () const |
| void | SetFailureBehavior (unsigned char failureBehavior) |
| void | SetFailureMessage (const wxString &message) |
Public Attributes | |
| unsigned char | m_failureBehavior |
| Validation failure behavior. | |
| wxString | m_failureMessage |
| Message displayed on validation failure. | |
| bool | m_isFailing |
| when validation is failing. | |
| wxVariant * | m_pValue |
| Value to be validated. | |
Used to convey validation information to and from functions that actually perform validation.
| unsigned char wxPGValidationInfo::m_failureBehavior |
Validation failure behavior.
Use wxPG_VFB_XXX flags.
when validation is failing.
1.6.3