Version

PositionChildElementsHelper Method

A helper method to position additional elements after this class has positioned its embeddable element.
Syntax
'Declaration
 
Protected Overridable Sub PositionChildElementsHelper( _
   ByVal oldChildElements As UIElementsCollection _
) 
protected virtual void PositionChildElementsHelper( 
   UIElementsCollection oldChildElements
)

Parameters

oldChildElements
The collection of the old child elements from the previous positining call.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also