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