SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The SFTPRINTPREVIEWN_LBUTTONDOWN notification code is sent when the left mouse button is clicked.
wParam
The low-order word contains the Print Preview control's control identifier. The high-order word specifies the notification code SFTPRINTPREVIEWN_LBUTTONDOWN.
lParam
Window handle of the Print Preview control sending the notification.
The SFTPRINTPREVIEWN_LBUTTONDOWN notification code is sent when the left mouse button is clicked.
This notification occurs before the control takes any action. If the mouse button is clicked on a page being previewed, the page is zoomed in/out. If an application wants to suppress the built-in behavior of the control, the WM_CANCELMODE message must be sent to the control. The iZoomStyle member of the SFTPRINTPREVIEW_CONTROL structure can be used to change the zoom in/out action available to the end-user.
The parent window of the Print Preview control receives the SFTPRINTPREVIEWN_LBUTTONDOWN notification code through the WM_COMMAND message.
The HitTest function can be used to determine the area being clicked.
This notification is not sent if the tool bar is clicked.
See Also C/C++ API | C++ Classes | Notifications