BCGSoft.Controls.PropertyList Namespace : PropertyListItemCollection Class |
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.
'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
System.Object
System.Collections.CollectionBase
BCGSoft.Shared.CollectionWithEvents
BCGSoft.Controls.PropertyList.PropertyListItemCollection
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