Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / HitTestInfo Constructor / HitTestInfo Constructor(Int32)
The hit test code at the position indicated by a hit test.


In This Topic
    HitTestInfo Constructor(Int32)
    In This Topic
    Initializes a new instance of the HitTestInfo struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal hitTest As Integer _
    )
    'Usage
     
    
    Dim hitTest As Integer
     
    Dim instance As New HitTestInfo(hitTest)
    public HitTestInfo( 
       int hitTest
    )

    Parameters

    hitTest
    The hit test code at the position indicated by a hit test.
    See Also