C1.Win.C1Input Namespace / UIStrings Class / AddInOrder Method
The key of the string.
The string.
The description of the string.

In This Topic
AddInOrder Method
In This Topic
Adds a string to the collection, preserving the order.
Syntax
'Declaration
 
Public Sub AddInOrder( _
   ByVal key As Object, _
   ByVal value As String, _
   ByVal description As String _
) 
 

Parameters

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