HeaderPane
Main
Hide

SftMask/DLL 7.0 - Masked Edit Control

Share Link
Print

Create

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);

Parameters

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.

Returns

The return value is TRUE if the control window was created successfully.

Comments

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


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