Used to convey validation information to and from functions that actually perform validation. More...
#include <propgrid.h>
Public Attributes | |
| unsigned char | m_failureBehavior |
| Validation failure behavior. More... | |
| wxString | m_failureMessage |
| Message displayed on validation failure. | |
| bool | m_isFailing |
| when validation is failing. More... | |
| 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.
| bool wxPGValidationInfo::m_isFailing |
when validation is failing.
1.8.7