LEADTOOLS Annotations (Leadtools.Annotations assembly)

EditObjectAfterDraw Property

Show in webframe





Gets or sets a value that indicates whether new drawn objects are selected (edited).
Syntax
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

            

            
public:
property bool EditObjectAfterDraw {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.