Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanSelectNone Property |
public bool CanSelectNone {get;}
'Declaration
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();
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.