ComponentOne MultiSelect for WinForms
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.

In This Topic
    Add(Object,Int32,String,String) Method
    In This Topic
    Adds a string to the collection, specifying the ordinal.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal key As Object, _
       ByVal ordinal As Integer, _
       ByVal value As String, _
       ByVal description As String _
    ) 

    Parameters

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