Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

EditTextAfterDraw Property

Show in webframe
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
get_editTextAfterDraw();
set_editTextAfterDraw(value);
Object.defineProperty('editTextAfterDraw');

Property Value

TypeDescription
booleantrue 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 on 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.

See Also

Reference

AnnAutomationManager Object
AnnAutomationManager Members

Error processing SSI file