Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : EditTextAfterDraw Property |
public bool EditTextAfterDraw {get; set;}
'Declaration
Public Property EditTextAfterDraw As Boolean
public bool EditTextAfterDraw {get; set;}
@property (nonatomic) BOOL editTextAfterDraw;
public boolean getEditTextAfterDraw() public void setEditTextAfterDraw(boolean value)
<br/>get_EditTextAfterDraw();<br/>set_EditTextAfterDraw(value);<br/>Object.defineProperty('EditTextAfterDraw');
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.