Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Ungroup Method |
public virtual void Ungroup()
'Declaration Public Overridable Sub Ungroup()
'Usage Dim instance As AnnAutomation instance.Ungroup()
public virtual void Ungroup()
function Leadtools.Windows.Annotations.AnnAutomation.Ungroup()
public: virtual void Ungroup();
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.
For C#/VB examples, refer to CanGroup.
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