Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / HitTest Property


In This Topic
    HitTest Property (HitTestInfo)
    In This Topic
    Gets the hit test code at the position indicated by a hit test.
    Syntax
    'Declaration
     
    
    Public Property HitTest As Integer
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Integer
     
    instance.HitTest = value
     
    value = instance.HitTest
    public int HitTest {get; set;}

    Property Value

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