Gets a value that indicates whether this AnnAutomation is currently in a state where a text window can be displayed over the text object.
public virtual bool CanShowTextObjectEditWindow { get; }
Public Overridable ReadOnly Property CanShowTextObjectEditWindow As Boolean
public:
virtual property bool CanShowTextObjectEditWindow {
bool get();
}
true if this AnnAutomation is currently in a state where a text window can be displayed over the text object; otherwise, false.
The AnnAutomation can display a text window if there is an AnnTextObject that is currently being edited (in other words, the CurrentDesigner is an object of the AnnTextEditDesigner class), and the AnnObject currently being edited is not locked (the AnnObject.IsLocked value is false). Call the ShowTextObjectEditWindow method to display a text edit window.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET