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)
function Leadtools.Windows.Annotations.AnnObject.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2