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
Sets a date shown bold in the popup calendar.
C
void SftMask_SetBoldDate(HWND hwndCtl, DATE* Dt);
C++
void CSftMask::SetBoldDate(DATE* Dt);
hwndCtl
The window handle of the masked edit control.
Dt
The address of the DATE value to display bold.
SetBoldDate is used while handling the NM_SFTMASK_UPDATEMONTH notification, which is sent every time the popup calendar displays a new month. The application calls SetBoldDate for each date of the displayed month it wants to highlight.
See Also Popup Calendar | Notifications
