Leadtools.Annotations Namespace > AnnAutomationManager Class : EditObjectAfterDraw Property |
public bool EditObjectAfterDraw {get; set;}
'Declaration Public Property EditObjectAfterDraw As Boolean
'Usage Dim instance As AnnAutomationManager Dim value As Boolean instance.EditObjectAfterDraw = value value = instance.EditObjectAfterDraw
When the value of this property is true (default) new objects drawn on the current active AnnAutomation will be automatically selected (edited).
If the new object derives from AnnTextObject and the values the EditObjectAfterDraw and ShowTextObjectsPropertiesDialogAfterDraw properties are both set to true, then the object properties dialog will pop up.