Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : ShowTextObjectEditWindowAfterDraw Property |
public bool ShowTextObjectEditWindowAfterDraw {get; set;}
'Declaration Public Property ShowTextObjectEditWindowAfterDraw As Boolean
'Usage Dim instance As AnnAutomationManager Dim value As Boolean instance.ShowTextObjectEditWindowAfterDraw = value value = instance.ShowTextObjectEditWindowAfterDraw
When the value of this property is true (default) and a new object that derives from AnnTextObject is drawn, a text window will pop up to let you change the text value.
The ShowTextObjectEditWindowAfterDraw property only works if the value of the EditObjectAfterDraw is set to true.