←Select platform

EditContentAfterDraw Property

Summary

Gets or sets a value that indicates whether the EditContent event should occur automatically after the designer has successfully finished drawing a new object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool EditContentAfterDraw { get; set; } 
Public Property EditContentAfterDraw As Boolean 
public bool EditContentAfterDraw {get; set;} 
@property (nonatomic) BOOL editContentAfterDraw; 
public boolean getEditContentAfterDraw() 
public void setEditContentAfterDraw(boolean value) 
             
 <br/>get_EditContentAfterDraw();<br/>set_EditContentAfterDraw(value);<br/>Object.defineProperty('EditContentAfterDraw');  
public:  
   property bool EditContentAfterDraw 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to fire the EditContent automatically after the designer has successfully finished drawing a new object; otherwise, false. The default value is false.

Remarks

The EditContent event usually occurs when the user double clicks on an AnnObject. This allows the application to show the user-interface elements necessary to edit the content of the object in-place.

You can trigger this event automatically when the user finishes drawing new objects by setting the value of EditContentAfterDraw property to true. This will cause the in-place content editing user-interface to be invoked right after the user finishes drawing new objects.

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.Annotations.Automation Assembly