Spread WinForms 15
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

Property Value

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