Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / Target Property


In This Topic
    Target Property (HitTestInfo)
    In This Topic
    Gets the object at the position indicated by a hit test.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Target As DrawingObject
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As DrawingObject
     
    value = instance.Target
    public DrawingObject Target {get;}

    Property Value

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