LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

CanSelectNone Property

Show in webframe





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 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 WPF Annotation Objects.

Example

For C#/VB examples, refer to CanSelectAll.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


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