HeaderPane
Main
Hide

SftMask/DLL 7.0 - Masked Edit Control

Share Link
Print

ActivateInput

Activates or deactivates data entry.

C

void SftMask_ActivateInput(HWND hwndCtl, BOOL Activate);

C++

void CSftMask::ActivateInput(BOOL fActivate);

Parameters

hwndCtl

The window handle of the masked edit control.

Activate

TRUE to activate data entry, FALSE to deactivate it.

Comments

While data entry is active, the control displays the editable text (rather than the formatted contents or the lpszFormattedText text) and the caret. Data entry is normally activated automatically when the control receives the input focus; ActivateInput allows an application to control this explicitly, for example when embedding the control in a nonstandard host.

See Also Built-In Formatting


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