Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.299 ToolboxBitmap Property

Description:

Contains the name of the image to use in the toolbox if you register the form as an ActiveX control and add the ActiveX as a custom control to a toolbox (such as the toolboxes in PowerCOBOL or Visual Basic).

Used in control:

Form

Value:

A Resource name corresponded to a bitmap file.

The size of the bitmap should be 16x15 pixels.

You should register the ActiveX to the system before you add the ActiveX control to the toolbox.

Default value:

None.

COBOL picture

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Not accessible.

Backward compatibility attribute:

None.