LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

HitTestObject Property (AnnEditDesigner)






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 object HitTestObject {get; set;}
 get_HitTestObject();
set_HitTestObject(value);
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: 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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.