HeaderPane
Main
Hide

SftMask/DLL 7.0 - Masked Edit Control

Share Link
Print

CSftMask

Constructor and destructor for the MFC class CSftMask (C++/MFC only).

C++

CSftMask::CSftMask();
virtual CSftMask::~CSftMask();

Comments

CSftMask is the MFC wrapper class for the masked edit control, derived from CWnd. It is declared in SftMaskM.h, which is included automatically by SftMask.h in MFC builds.

A CSftMask object can be attached to a control created from a dialog resource using DDX_Control or SubclassDlgItem, or the control window can be created programmatically using Create. The destructor destroys the attached window.

Only explicitly constructed masked edit controls have a CSftMask object; controls created from dialog resources are CWnd only unless attached via DDX_Control.

See Also Create | Using C++/MFC


Last Updated 08/30/2026 - (email)
© 2026 Softel vdm, Inc.