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 HitTest function determines the area at a given location.
C
const SFTPRINTPREVIEW_HITTESTRESULT* SftPrintPreview_HitTest(HWND hwnd, int x, int y);
C++
const SFTPRINTPREVIEW_HITTESTRESULT* CSftPrintPreview::HitTest(int x, int y) const;
hwnd
The window handle of the Print Preview control.
x
The horizontal (x) position (in pixels), relative to the top, left corner of the control window.
y
The vertical (y) position (in pixels), relative to the top, left corner of the control window.
The return value is a pointer to a SFTPRINTPREVIEW_HITTESTRESULT structure, describing location x, y. The information contained in this structure is only valid until the next call to the Print Preview control and should be saved in application memory.
The HitTest function determines the area at a given location x, y. The SFTPRINTPREVIEW_HITTESTRESULT structure can be inspected for details about the location.
See Also C/C++ API | C++ Classes | Notifications