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
Returns whether a window is the popup calendar window or one of its child windows.
C
BOOL SftMaskCalendarWindow_IsCalendarWindowOrChildWindow(HWND hwnd);
hwnd
The window handle to test.
Because the popup calendar is a separate top-level window, an application implementing focus- or activation-sensitive logic (e.g., closing its own popups when the "application" loses activation) can use this function to recognize the calendar as belonging to the masked edit control.
See Also IsCalculatorWindowOrChildWindow | Popup Calendar
