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
Applies the default text to an empty control.
C
void SftMask_SetDefaultValue(HWND hwndCtl);
C++
void CSftMask::SetDefaultValue();
hwndCtl
The window handle of the masked edit control.
If the control is empty and a default text is defined (lpszDefaultText field of the SFTMASK_CONTROL structure), the default text is entered as if typed. Special values such as =Today and =Now are supported (see Default Text). If the control is not empty, the call has no effect.
See Also Default Text | SFTMASK_DEFAULT Constants
