Constable Authorization Engine 2.0 BETA

Context.GetSmallImageIndex Method 

[This is preliminary documentation and subject to change.]

Gets the index of the image in the SmallImageList.Images collection.

[Visual Basic]
Public Shared Function GetSmallImageIndex( _
   ByVal imageKey As Object _
) As Integer
[C#]
public static int GetSmallImageIndex(
   object imageKey
);

Parameters

imageKey
The image key.

Return Value

The index of the image in the SmallImageList.Images collection greater than or equal to zero. Returns -1 if no image with the specified key exists in the collection.

See Also

Context Class | LaMarvin.Design Namespace