VLButtonBar Reference

Method Item

See Also See Also Applies To Applies To

Returns a specific CGroup object from CGroups collection of a VLButtonBar control either by position or by key.

 

Syntax

object.Item ( index )

 

The Item property syntax has these parts:

Part Description
Object An expression evaluating to an object of type CGroups.
index Required. An expression that specifies the position of a member of the CGroups 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.