ActiveReports.Viewer3 Request technical support
AnnotationDesigner.HitTestPoints Enumeration
See Also  


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Enum AnnotationDesigner.HitTestPoints 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnnotationDesigner.HitTestPoints
C# 
public enum AnnotationDesigner.HitTestPoints : Enum 

Members

MemberDescription
HitBottomFor internal use only.
HitLeftFor internal use only.
HitRightFor internal use only.
HitTopFor internal use only.
HitLowerLeftFor internal use only.
HitLowerRightFor internal use only.
HitUpperLeftFor internal use only.
HitUpperRightFor internal use only.
HitMoveFor internal use only.
HitNullFor internal use only.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Viewer.Annotations.AnnotationDesigner.HitTestPoints

See Also