BCGControlBar Pro for MFC
void CBCGPMaskEdit::EnableSetMaskedCharsOnly ( BOOL  bEnable = TRUE)
inline

Specifies whether the text is validated against masked chars only or against the whole mask.

Use this function to specify whether the text is validated against masked chars only or against the whole mask.

The default value is FALSE.

Parameters
bEnableIf TRUE, the text is validated against masked chars only.