C1.Win.C1Input Namespace / UIStrings Class / GetKeyAt Method
The item index.

In This Topic
GetKeyAt Method
In This Topic
Returns the key of an item with the specified index.
Syntax
'Declaration
 
Public Function GetKeyAt( _
   ByVal index As Integer _
) As Object
 

Parameters

index
The item index.

Return Value

The item's key.
See Also