ShowPicture

Applies to

Tab controls

Description

When the ShowPicture property is enabled, the picture specified for each tab, if any, is displayed. When this property is not enabled, no pictures appear.

You can use ShowPicture with ShowText to display a picture and a text label, picture only, text label only, or no label at all.

Usage

In a painter

To show the pictures on the tab pages in the tab control:

  • Select the Show Pictures check box on the General page of the tab control's Properties view.

In scripts

The ShowPicture property takes a boolean value. The following line allows the picture, if any, to appear for each tab:

tab_1.ShowPicture = TRUE