Leadtools.Windows.Annotations Namespace > AnnObject Class : HitTestHeader Method |
'Usage Dim instance As AnnObject Dim testPoint As Point Dim value As Boolean value = instance.HitTestHeader(testPoint)
This method is called internally by the annotation framework whenever the AnnEditDesigner.OnMouseLeftButtonDown method is called. You do not need to call this property directly.
testPoint should be in physical coordinates.
If the header of this object is invisible (IsHeaderVisible is set to false), this method will not be called.
By default, an annotation object will return true if hit-testing the header was satisfied.