LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Ungroup Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Ungroup Method



The Ungroup Method supports WPF/Silverlight.

The Ungroup Method is available in LEADTOOLS Document and Medical Imaging toolkits.

Ungroups the AnnGroupObject object currently being edited. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Ungroup() 
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomation
 
instance.Ungroup()
C# 
public virtual void Ungroup()
C++/CLI 
public:
virtual void Ungroup(); 

Example

For C#/VB examples, refer to CanGroup.

Remarks

This method will ungroup the AnnGroupObject currently being edited. The objects inside this AnnGroupObject will be added into the Container and the AnnGroupObject will be removed.

You can determine if this AnnAutomation contains an AnnGroupObject that is being edited and can be ungrouped by calling the CanUngroup property.

Ungroup internally calls the AnnGroupObjectAnnGroupObject.Ungroup method.

For more information, refer to Undoing WPF Automation Operations.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Ungroup requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.