←Select platform

HitTestObject Property

Summary

Gets or sets the hit test object for the EditObject.

Syntax

C#
VB
C++
public virtual object HitTestObject { get; set; } 
  
Public Overridable Property HitTestObject As Object 
public: 
virtual property Object^ HitTestObject { 
   Object^ get(); 
   void set (    Object^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly