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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpTaskCollection Class > Item Property : Item(String) Property
Gets the first C1JumpTask with the specified title in the collection.
Syntax
Public Overloads ReadOnly Property Item( _
   ByVal title As String _
) As C1JumpTask
Dim instance As JumpTaskCollection
Dim title As String
Dim value As C1JumpTask
 
value = instance.Item(title)
public C1JumpTask Item( 
   string title
) {get;}
public:
property C1JumpTask^ Item {
   C1JumpTask^ get(String^ title);
}

Parameters

title
See Also

Reference

JumpTaskCollection Class
JumpTaskCollection Members
Overload List