ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / 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
    public object GetKeyAt( 
       int index
    )

    Parameters

    index
    The item index.

    Return Value

    The item's key.
    See Also