C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / Add Method
The CustomPlaceholder to add.

In This Topic
Add Method (PlaceholderCollection)
In This Topic
Adds a new special character to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal cph As CustomPlaceholder _
) 
 

Parameters

cph
The CustomPlaceholder to add.
See Also