Visual Basic (Declaration) | |
---|---|
Public Property EditObjectAfterDraw As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Boolean instance.EditObjectAfterDraw = value value = instance.EditObjectAfterDraw |
C# | |
---|---|
public bool EditObjectAfterDraw {get; set;} |
Property Value
true to edit (select) new objects; otherwise, false.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7