C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / Item Property / Item(String) Property

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

Parameters

name
See Also