Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
public virtual bool CanSelectNone { get; }
Public Overridable ReadOnly Property CanSelectNone As Boolean
public:
virtual property bool CanSelectNone {
bool get();
}
true if objects in this AnnAutomation can be deselected; otherwise, false.
If the AnnAutomation contains one or more AnnObject objects that are currently being edited (selected), then this property will return true. Call the SelectNone method to deselect all of the automation objects.
For information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects (Deprecated).
For an example, refer to CanSelectAll.
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