←Select platform

Ungroup Method

Summary

Ungroups the AnnGroupObject object currently being edited.

Syntax

C#
VB
C++
public virtual void Ungroup() 
  
Public Overridable Sub Ungroup()  
public: 
virtual void Ungroup();  

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.

Example

For C#/VB examples, refer to CanGroup.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly