get_editContentAfterDraw();
set_editContentAfterDraw(value);
Object.defineProperty('editContentAfterDraw');
Type | Description |
---|---|
boolean | true to fire the EditContent automatically after the designer has successfully finished drawing a new object; otherwise, false. The default value is false. |
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.