ComponentOne MultiSelect for WinForms
Add(Object,String,String) Method

C1.Win.C1Input Namespace > UIStrings Class > Add Method : Add(Object,String,String) Method
The key of the string.
The string.
The description of the string.
Adds a string to the collection in alphabetical order.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal key As Object, _
   ByVal value As String, _
   ByVal description As String _
) 
public void Add( 
   object key,
   string value,
   string description
)

Parameters

key
The key of the string.
value
The string.
description
The description of the string.
See Also

Reference

UIStrings Class
UIStrings Members
Overload List