ComponentOne Input for WinForms
Add(Object,Int32,String,String) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > UIStrings Class > Add Method : Add(Object,Int32,String,String) Method
The key of the string.
The ordinal of the string.
The string.
The description of the string.
Adds a string to the collection, specifying the ordinal.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal key As System.Object, _
   ByVal ordinal As System.Integer, _
   ByVal value As System.String, _
   ByVal description As System.String _
) 
public void Add( 
   System.object key,
   System.int ordinal,
   System.string value,
   System.string description
)

Parameters

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

Reference

UIStrings Class
UIStrings Members
Overload List