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

CanUngroup Property






Gets a value indicating whether this AnnAutomation is in a state where objects can be ungrouped.
Syntax
public virtual bool CanUngroup {get;}
'Declaration
 
Public Overridable ReadOnly Property CanUngroup As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanUngroup
public virtual bool CanUngroup {get;}
 get_CanUngroup(); 
public:
virtual property bool CanUngroup {
   bool get();
}

Property Value

true if this AnnAutomation is in a state where objects can be ungrouped; false otherwise.
Remarks

The AnnAutomation is in a state where objects can be ungrouped if the object currently being edited is a AnnGroupObject.

Call the Ungroup method to ungroup the AnnGroupObject objects currently being edited.

For information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.

Example
For an example, refer to CanUngroup.
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.