WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / JumpTaskCollection Class / Item Property / Item(String) Property

In This Topic
Item(String) Property
In This Topic
Gets the first C1JumpTask with the specified title in the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal title As String _
) As C1JumpTask
 

Parameters

title
See Also