←Select platform

CanSelectNone Property

Summary
Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanSelectNone { get; } 
@property (nonatomic, assign, readonly) BOOL canSelectNone; 
public boolean getCanSelectNone(); 
public void setCanSelectNone(boolean value); 
public:  
   property bool CanSelectNone 
   { 
      bool get() 
   } 
CanSelectNone # get  (AnnAutomation) 

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 SelectObjects(null) method to deselect all of the automation objects.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.