←Select platform

CanSelectNone Property

Summary

Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.

Syntax

C#
VB
C++
public virtual bool CanSelectNone { get; } 
  
Public Overridable ReadOnly Property CanSelectNone As Boolean 
public: 
virtual property bool CanSelectNone { 
   bool get(); 
} 

Property Value

true if objects in this AnnAutomation can be deselected; otherwise, false.

Remarks

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).

Example

For an example, refer to CanSelectAll.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly