Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Ungroup() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void Ungroup() |
C++/CLI | |
---|---|
public: virtual void Ungroup(); |
For C#/VB examples, refer to CanGroup.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family