(Leadtools.Annotations.Automation)

CanSelectNone Property

Show in webframe




Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
Syntax
public bool CanSelectNone {get;}
public bool CanSelectNone {get;}
@property (nonatomic, readonly) BOOL canSelectNone;
public boolean getCanSelectNone();
public void setCanSelectNone(boolean value);
            
 get_CanSelectNone(); 

Property Value

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

If the AnnAutomation contains one or more Leadtools.Annotations.Core.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

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.