ComponentOne Menus and Toolbars for WinForms
IndexOfKey Method (C1Commands)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1Commands Class : IndexOfKey Method
Returns the index of the first occurrence of the C1Command with the specified key.
Syntax
'Declaration
 
Public Function IndexOfKey( _
   ByVal key As System.String _
) As System.Integer
public System.int IndexOfKey( 
   System.string key
)

Parameters

key
See Also

Reference

C1Commands Class
C1Commands Members