Move the specified element from the group to the container.
[Visual Basic 6.0] Sub MoveElementFromGroup(
ByVal pGroup As IGroupElement, _
ByVal pElement As IElement _
)
[Visual Basic .NET] Public Sub MoveElementFromGroup ( _ ByVal pGroup As IGroupElement, _ ByVal pElement As IElement _ )
[C#] public void MoveElementFromGroup ( IGroupElement pGroup, IElement pElement );
[Java] public void moveElementFromGroup ( IGroupElement pGroup, IElement pElement ) throws IOException, AutomationException
[C++] HRESULT MoveElementFromGroup( IGroupElement* pGroup, IElement* pElement );
Parameters
pGroup [in]
pGroup is a parameter of type IGroupElement
pElement [in]
pElement is a parameter of type IElement