Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / IndexOfKey Method

In This Topic
    IndexOfKey Method
    In This Topic
    Returns the index of the first occurrence of the C1Command with the specified key.
    Syntax
    'Declaration
     
    
    Public Function IndexOfKey( _
       ByVal key As String _
    ) As Integer
    public int IndexOfKey( 
       string key
    )

    Parameters

    key
    See Also