ComponentOne MultiSelect for WinForms
Add Method (PlaceholderCollection)

C1.Win.C1Input Namespace > PlaceholderCollection Class : Add Method
The CustomPlaceholder to add.
Adds a new special character to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal cph As CustomPlaceholder _
) 
public void Add( 
   CustomPlaceholder cph
)

Parameters

cph
The CustomPlaceholder to add.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members