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
Determines the control area at a given location.
C
int SftMask_HitTest(HWND hwndCtl, int xPix, int yPix);
C++
int CSftMask::HitTest(int xPos, int yPos) const;
hwndCtl
The window handle of the masked edit control.
xPix, yPix
The position, in client area coordinates (pixels).
The return value identifies the area at the given location (see SFTMASK_AREA Constants), or -1 if no area matches.
See Also GetPosition | SFTMASK_AREA Constants | Components | Hit-Testing
