BCGControlBar Library for .NET
PropertyListItemCollection Constructor(PropertyListControl)




A PropertyListControl to set as a parent.
Initializes a new instance of the PropertyListItemCollection for a specified PropertyListControl.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentList As PropertyListControl _
)
'Usage
 
Dim parentList As PropertyListControl
 
Dim instance As New PropertyListItemCollection(parentList)
public PropertyListItemCollection( 
   PropertyListControl parentList
)
public: PropertyListItemCollection( 
   PropertyListControl* parentList
)
public:
PropertyListItemCollection( 
   PropertyListControl^ parentList
)

Parameters

parentList
A PropertyListControl to set as a parent.
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

PropertyListItemCollection Class
PropertyListItemCollection Members
Overload List

Send Feedback