Gets or sets a value that indicates whether the EditText event should occur automatically after the designer has successfully finished drawing a new text object.
public bool EditTextAfterDraw { get; set; }
Public Property EditTextAfterDraw As Boolean
@property (nonatomic) BOOL editTextAfterDraw;
public boolean getEditTextAfterDraw()
public void setEditTextAfterDraw(boolean value)
public:
property bool EditTextAfterDraw
{
bool get()
void set(bool value)
}
true to fire the EditText automatically after the designer has successfully finished drawing a new text object; otherwise, false. The default value is false.
The EditText event usually occurs when the user double-clicks an AnnTextObject. This allows the application to show the user-interface elements necessary to edit the text of the object in-place.
You can trigger this event automatically when the user finishes drawing new text objects by setting the value of EditTextAfterDraw property to true. This will cause the in-place text editing user-interface to be invoked right after the user finishes drawing new text objects.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document