Win32ToolBarToolBarButtonCollectionIndexOfKey Method |
Retrieves the index of the first occurrence of a
Win32ToolBarButton with the specified key.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual int IndexOfKey(
string key
)
Public Overridable Function IndexOfKey (
key As String
) As Integer
public:
virtual int IndexOfKey(
String^ key
)
abstract IndexOfKey :
key : string -> int
override IndexOfKey :
key : string -> int Parameters
- key String
- The name of the Win32ToolBarButton to search for.
Return Value
Int32The index of the first occurrence of a
Win32ToolBarButton with the specified key, if found; otherwise, -1.
See Also