Other Window Styles for Progress Bar Controls

InstallShield 2015

Project: This information applies to the following project types:

• InstallScript
• InstallScript MSI
• InstallScript Object

The following window style options are available for progress bar controls. For additional information, see the MSDN Library.

Window Styles for Progress Bar Controls

Value

Description

WS_GROUP

Specifies the first control in a group of controls. All controls defined with this style after the first control belong to the same group.

PBS_VERTICAL

The progress bar displays progress status vertically, from bottom to top.

See Also