ComponentOne Windows 7 Control Pack for WinForms
Item Property (JumpItemCollection)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpItemCollection Class : Item Property
Gets or sets the C1JumpItem at the specified position in the collection.
Syntax
Public Default Property Item( _
   ByVal index As Integer _
) As C1JumpItem
Dim instance As JumpItemCollection
Dim index As Integer
Dim value As C1JumpItem
 
instance.Item(index) = value
 
value = instance.Item(index)
public C1JumpItem this[ 
   int index
]; {get; set;}
public:
property C1JumpItem^ default [int] {
   C1JumpItem^ get(int index);
   void set (int indexC1JumpItem^ value);
}

Parameters

index
See Also

Reference

JumpItemCollection Class
JumpItemCollection Members