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
Creates a masked edit control as a child window programmatically (C++/MFC only).
C++
BOOL CSftMask::Create(DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID);
dwStyle
The window styles, typically WS_CHILD | WS_VISIBLE | WS_TABSTOP.
rect
The control's position and size, in parent client coordinates.
pParentWnd
The parent window.
nID
The control ID.
The return value is TRUE if the control window was created successfully.
In C applications, use CreateWindow(Ex) with the window class TEXT(SFTMASK_CLASS) instead (see Using C).
See Also CSftMask | Using C++/MFC | SFTMASK_CLASS
