Displaying Controls on Top of a Bitmap

InstallShield 2018

Project • This information applies to the following project types:

InstallScript
InstallScript MSI

When you are setting the properties of a bitmap and other dialog controls, you can indicate that the controls should be placed on top of the bitmap.

To display controls on top of a bitmap:

The value for the Tab Index property of the bitmap must be lower than the value for the Tab Index property of any controls that are to be placed on top of the bitmap. The easiest way to configure this is to set the bitmap control’s Tab Index property to 0.
All controls—including the bitmap—must have their Tab Stop properties set to True.

See Also