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 : EditContentAfterDraw Property |
public bool EditContentAfterDraw {get; set;}
'Declaration
Public Property EditContentAfterDraw As Boolean
public bool EditContentAfterDraw {get; set;}
@property (nonatomic) BOOL editContentAfterDraw;
public boolean getEditContentAfterDraw() public void setEditContentAfterDraw(boolean value)
<br/>get_EditContentAfterDraw();<br/>set_EditContentAfterDraw(value);<br/>Object.defineProperty('EditContentAfterDraw');
The EditContent event usually occurs when the user double clicks on an AnnObject. This allows the application to show the user-interface elements necessary to edit the content of the object in-place.
You can trigger this event automatically when the user finishes drawing new objects by setting the value of EditContentAfterDraw property to true. This will cause the in-place content editing user-interface to be invoked right after the user finishes drawing new objects.