Version

RecyclingManager Class Members

The following tables list the members exposed by RecyclingManager.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)ManagerA global Manager that manages all recycling for an application.  
Public Methods
 NameDescription
Public MethodAttachElementAttaches an element to the given ISupportRecycling object. If there aren't any available elements of the needed type, a new object will be generated. If the object already has an attached element, then nothing will be done. Note: the element can only be attached to the specified panel.  
Public MethodGetAvailableElementsGets the unused elements of a specific panel.  
Public MethodGetRecentlyAvailableElementsGets the unused elements of a specific panel.  
Public MethodItemFromElementReturns the ISupportRecycling instance associated with a given element.  
Public MethodReleaseAllOverloaded. Releases all the elements from a given panel and from the cache.  
Public MethodReleaseElementRemoves the attached element from the ISupportRecycling object, and marks the element as available, assuming the object wasn't marked dirty. Note: the element is only reusuable for the specified panel.  
See Also