LEADTOOLS Annotations (Leadtools.Annotations assembly)

HitTestObject Property (AnnEditDesigner)

Show in webframe





Gets or sets the hit test object for the EditObject.
Syntax
public virtual object HitTestObject {get; set;}
'Declaration
 
Public Overridable Property HitTestObject As Object
'Usage
 
Dim instance As AnnEditDesigner
Dim value As Object
 
instance.HitTestObject = value
 
value = instance.HitTestObject

            

            
public:
virtual property Object^ HitTestObject {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The hit test object for the EditObject.
Remarks
You usually set this property to the return value of the AnnObject.HitTest method that you used to start this AnnEditDesigner.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.