Version

GetRecentlyAvailableElements Method

Gets the unused elements of a specific panel.
Syntax
'Declaration
 
Public Function GetRecentlyAvailableElements( _
   ByVal panel As Panel, _
   ByVal release As Boolean _
) As List(Of FrameworkElement)
public List<FrameworkElement> GetRecentlyAvailableElements( 
   Panel panel,
   bool release
)

Parameters

panel
The panel whose recently released elements are to be returned
release
True to clear the list

Return Value

A list of elements that have been released and are not currently associated with an item since the last call to GetRecentlyAvailableElements where release was true
Requirements

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