SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Constructor and destructor for the MFC class CSftMask (C++/MFC only).
C++
CSftMask::CSftMask(); virtual CSftMask::~CSftMask();
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
