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
Closes any open popup window (calendar, calculator, autocomplete).
C
void SftMask_Rollup(HWND hwndCtl);
C++
void CSftMask::Rollup();
hwndCtl
The window handle of the masked edit control.
If no popup window is open, the call has no effect. The NM_SFTMASK_DROPDOWN notification is sent as popup windows open and close.
See Also Popup Calendar | Popup Calculator | AutoComplete | Notifications
