C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / Item Property
The zero-based index of the element to get or set.

In This Topic
Item Property (PlaceholderCollection)
In This Topic
Gets or sets the the special character at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As CustomPlaceholder
 

Parameters

index
The zero-based index of the element to get or set.
See Also