C1.Win.Command.8 Assembly / C1.Win.Command Namespace / UIStrings Class / AddInOrder Method
The key of the string.
The string.
The description of the string.

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

Parameters

key
The key of the string.
value
The string.
description
The description of the string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also