VLPropertyList Reference

MethodItem

See Also See Also Applies To Applies To

Returns a specific CProperty object from CProperties collection of a VLPropertyList control either by position or by key.

 

Syntax

object.Item ( index )

 

The Item property syntax has these parts:

PartDescription
object An object expression that evaluates to CProperties.
index Required. An expression that specifies the position of a member of the CProperties collection. If a numeric expression, index must be a number from 1 to the value of the collection's Count property. If a string expression, index must correspond to the key argument specified when the member referred to was added to the collection.