←Select platform

TextObject Property

Summary

Gets the AnnTextObject that is entering text-editing mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnTextObject TextObject { get; } 
Public ReadOnly Property TextObject As Leadtools.Annotations.Core.AnnTextObject 
@property (nonatomic) LTAnnTextObject* textObject; 
public AnnTextObject getTextObject() 
 get_TextObject();  
public:  
   property AnnTextObject^ TextObject 
   { 
      AnnTextObject^ get() 
   } 

Property Value

The AnnTextObject that is entering text editing mode.

Example

For an example, refer to AnnAutomation.EditText

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.Core Assembly