ComponentOne Input for WinForms
Item Property (PlaceholderCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PlaceholderCollection Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the the special character at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As CustomPlaceholder
public CustomPlaceholder this[ 
   System.int index
]; {get;}

Parameters

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

Reference

PlaceholderCollection Class
PlaceholderCollection Members