LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

CanSelectNone Property






Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
Syntax
public virtual bool CanSelectNone {get;}
'Declaration
 
Public Overridable ReadOnly Property CanSelectNone As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanSelectNone
public virtual bool CanSelectNone {get;}
 get_CanSelectNone(); 
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.

Example
For an example, refer to CanSelectAll.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.