Applies to
TabbedBar controls
Description
Specifies whether to show the window icon in the tab header.
If no icon is set for the sheet windows, then the icon of the MDI/MDIHelp window will be displayed; if no icon is set for the MDI/MDIHelp window and the sheet windows, then the default icon for window will be displayed.
Usage
In scripts
The ShowIcon property takes a boolean value. Default is True. The following example specifies that the window icon should not be shown in the tab header:
mditbb_1.ShowIcon = false