Constable Authorization Engine 2.0 BETA

Context.GetSmallImageIndexForType Method 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Shared Function GetSmallImageIndexForType( _
   ByVal type As Type _
) As Integer
[C#]
public static int GetSmallImageIndexForType(
   Type type
);

Parameters

type
The Type reference used as 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 for the type exists in the collection.

See Also

Context Class | LaMarvin.Design Namespace