Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
public bool CanSelectNone { get; }
Public ReadOnly Property CanSelectNone As Boolean
public bool CanSelectNone {get;}
@property (nonatomic, readonly) BOOL canSelectNone;
public boolean getCanSelectNone();
public void setCanSelectNone(boolean value);
get_CanSelectNone();
public:
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 SelectObjects(null) method to deselect all of the automation objects.
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