In This Topic
Gets the coordinates of the pointer.
Syntax
'Declaration
Public Function MouseOverTab( _
ByVal As Point _
) As Integer
'Usage
Dim instance As TabStrip
Dim pt As Point
Dim value As Integer
value = instance.MouseOverTab(pt)
public int MouseOverTab(
Point
)
Parameters
- pt
See Also