ComponentOne MultiSelect for WinForms
GetKeyAt Method

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 Integer _
) As Object
public object GetKeyAt( 
   int index
)

Parameters

index
The item index.

Return Value

The item's key.
See Also

Reference

UIStrings Class
UIStrings Members