Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / MouseOverTab Method


In This Topic
    MouseOverTab Method
    In This Topic
    Gets the coordinates of the pointer.
    Syntax
    'Declaration
     
    
    Public Function MouseOverTab( _
       ByVal pt 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 pt
    )

    Parameters

    pt
    See Also