←Select platform

EditTextAfterDraw Property

Summary
Gets or sets a value that indicates whether the EditText event should occur automatically after the designer has successfully finished drawing a new text object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool EditTextAfterDraw { get; set; } 
@property (nonatomic, assign) BOOL editTextAfterDraw; 
public boolean getEditTextAfterDraw() 
public void setEditTextAfterDraw(boolean value) 
public:  
   property bool EditTextAfterDraw 
   { 
      bool get() 
      void set(bool value) 
   } 
EditTextAfterDraw # get and set (AnnAutomationManager) 

Property Value

true to fire the EditText automatically after the designer has successfully finished drawing a new text object; otherwise, false. The default value is false.

Remarks

The EditText event usually occurs when the user double-clicks an AnnTextObject. This allows the application to show the user-interface elements necessary to edit the text of the object in-place.

You can trigger this event automatically when the user finishes drawing new text objects by setting the value of EditTextAfterDraw property to true. This will cause the in-place text editing user-interface to be invoked right after the user finishes drawing new text objects.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.