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
Activates or deactivates data entry.
C
void SftMask_ActivateInput(HWND hwndCtl, BOOL Activate);
C++
void CSftMask::ActivateInput(BOOL fActivate);
hwndCtl
The window handle of the masked edit control.
Activate
TRUE to activate data entry, FALSE to deactivate it.
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
