Graphic file (any supported format) or resource reference that contains one or more images.

 

Property of

toolButton,

 

Description

The Bitmap property supports specifying a bitMap using the following options:

A string containing the word FILENAME, a space, and the name of a file. The string is not case-sensitive.

"FILENAME <path><filename>"

or if using a source alias...

"FILENAME :<sourceAlias>:<filename>"

 

A string of the form "RESOURCE ", which specifies a bitmap resource and the DLL file that holds it.

"RESOURCE <resourceName> <path><dllFileName>"

or if using a source alias...

"RESOURCE <resourceName> :<sourceAlias>:<dllFileName>"

 

Note: does NOT support specifying a BINARY field or a field Object..