Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EditObjectAfterDraw Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : EditObjectAfterDraw Property





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

Syntax

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;}
C++/CLI 
public:
property bool EditObjectAfterDraw {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object EditObjectAfterDraw=bool .../>

XAML Attributes Usage 

<object EditObjectAfterDraw=bool .../>

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

EditObjectAfterDraw requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.