←Select platform

EditObjectAfterDraw Property

Summary

Gets or sets a value that indicates whether new drawn objects are selected (edited).

Syntax

C#
VB
C++
public bool EditObjectAfterDraw { get; set; } 
  
Public Property EditObjectAfterDraw As Boolean 
public: 
property bool EditObjectAfterDraw { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to edit (select) new objects; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly