ComponentOne Input for WinForms
GetKeyAt Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > UIStrings Class : GetKeyAt Method
The item index.
Returns the key of an item with the specified index.
Syntax
'Declaration
 
Public Function GetKeyAt( _
   ByVal index As System.Integer _
) As System.Object
public System.object GetKeyAt( 
   System.int index
)

Parameters

index
The item index.

Return Value

The item's key.
See Also

Reference

UIStrings Class
UIStrings Members