BCGControlBar Library for .NET
PropertyListItemCollection Class
Members 




Inherits from CollectionWithEvents class of BSGSoft.Shared namespace.

Represents the collection of items for the property list.  The property  PropertyListItem gets the item from the collection by its index. The property ParentPropList returns the parent  property list for items. PropertyListControl contains two property to get an access to its property list item collections:  TerminalPropertiesCollection and PropertiesCollection. PropertiesCollection  represents all properties of the property list with the exception of group properties. TerminalPropertiesCollection specifies group properties and they will not be shown at the alphabetic mode.

Object Model
PropertyListItemCollection ClassPropertyListItem Class
Syntax
'Declaration
 
Public Class PropertyListItemCollection 
   Inherits BCGSoft.Shared.CollectionWithEvents
'Usage
 
Dim instance As PropertyListItemCollection
public class PropertyListItemCollection : BCGSoft.Shared.CollectionWithEvents 
public __gc class PropertyListItemCollection : public BCGSoft.Shared.CollectionWithEvents 
public ref class PropertyListItemCollection : public BCGSoft.Shared.CollectionWithEvents 
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      BCGSoft.Shared.CollectionWithEvents
         BCGSoft.Controls.PropertyList.PropertyListItemCollection

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 Members
BCGSoft.Controls.PropertyList Namespace

Send Feedback