Gets a value that indicates whether this AnnAutomation is currently in a state where the object properties can be displayed.
Object.defineProperty(AnnAutomation.prototype, 'canShowObjectProperties',
get: function()
)
canShowObjectProperties: boolean; // read-only
true if this AnnAutomation is currently in a state where the object properties can be displayed; otherwise, false.
The AnnAutomation can display the object properties if there is an AnnObject that is currently being edited (in other words, the CurrentDesigner is an object of the AnnEditDesigner class), and the AnnObject currently being edited is not locked (the IsLocked value is false).
Call the ShowObjectProperties method to display the object properties.
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