DevForce Help Reference
ManageList Method (IListManager)


Add pList to the set of the manager's lists.
Syntax
'Declaration
 
Sub ManageList( _
   ByVal pList As IList, _
   ByVal pRefresh As Boolean _
) 
'Usage
 
Dim instance As IListManager
Dim pList As IList
Dim pRefresh As Boolean
 
instance.ManageList(pList, pRefresh)
void ManageList( 
   IList pList,
   bool pRefresh
)

Parameters

pList
pRefresh
Requirements

Target Platforms: 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

Reference

IListManager Interface
IListManager Members

Send Feedback