Microsoft SDK for Java

ClassInfo.getToolboxBitmap

Retrieves the image that is used to represent the component in toolboxes, list views, and so on.

Syntax

public Bitmap getToolboxBitmap()

Return Value

Returns a Bitmap object that represents the image. If no bitmap is found, null is returned.

Remarks

This method searches for the bitmap in the same directory as the component class. The name of the bitmap must be the same as the name of the component class.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.