←Select platform

ShowTextObjectEditWindowAfterDraw Property

Summary

Gets or sets a value that indicates whether to show a text edit window after a text object is drawn.

Syntax

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

Property Value

true to show a text edit window after a text object is drawn; otherwise, false.

Remarks

When the value of this property is true (default) and a new object that derives from AnnTextObject is drawn, a text window will pop up to let you change the text value.

The ShowTextObjectEditWindowAfterDraw only works if the value of the EditObjectAfterDraw is set to true.

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 Assembly