Returns a zero-based index of the specified key in the list.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Function IndexOfKey ( _ key As Object, _ useDefaultImageIndex As Boolean _ ) As Integer
Type: System.Object
The key to locate in the list.Type: System.Boolean
A value specifying whether to use the default image, if no index exists for the key. If false, -1 will be returned, even if the default image exists.