Version

ReleaseAll(Panel,Type) Method

Removes all elements from the contain panel, and from the cache.
Syntax
'Declaration
 
Public Overloads Sub ReleaseAll( _
   ByVal parent As Panel, _
   ByVal t As Type _
) 
public void ReleaseAll( 
   Panel parent,
   Type t
)

Parameters

parent
Panel whose children are to be released
t
The type under which the children were cached.
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