Constable Authorization Engine 2.0 BETA

Context.RemoveSmallImage Method 

[This is preliminary documentation and subject to change.]

Removes the image with the specified key from the shared SmallImageList.Images collection.

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

Parameters

imageKey
The key of the image to be removed.

Return Value

Returns a reference to the image that has been removed. Returns a null reference (Nothing in Visual Basic) if the SmallImageList.Images collection doesn't contain an image with the specified key.

See Also

Context Class | LaMarvin.Design Namespace