Constable Authorization Engine 2.0 BETA

Context.AddSmallImage Method 

[This is preliminary documentation and subject to change.]

Adds the image to the shared SmallImageList.Images collection.

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

Parameters

image
The image to be added.
imageKey
The key of the image.

Return Value

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

See Also

Context Class | LaMarvin.Design Namespace