| Reference information | |
|---|---|
| Project page | Installer Dialogs |
| Related topics | Working with attribute panes |
A Frame control can display a variety of shapes: filled rectangles, rectangle outlines, and beveled lines or frames. Frame controls are used to add background, separator lines, and other simple visual effects to a dialog.
Tip: To frame a number of other controls, you can also use a GroupBox control; this adds a caption to the frame. However, it does not support background fills.
Windows Installer does not have a full equivalent for the Frame control, but
its Line control can be used for beveled
horizontal lines.
This pane contains the following attributes and options.
| Attribute | Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Control ID |
Select a control ID from the drop-down list or type a numerical ID to use for this control. All controls within a dialog must have different control IDs. For Frame controls, you should select Automatic. See Dialog Control IDs for an explanation of the available control IDs and their usage. |
||||||||||||||||||||||||||
| Name | Enter the internal name for the control. This name is for use in Tarma ExpertInstall only; it is not used in the installer. All control names must be unique within their parent dialog box. | ||||||||||||||||||||||||||
| Frame type |
Select the desired Frame display mode from the drop-down list. The following choices are available:
*Gradient fills are only available on Windows 98, Me, 2000, XP, and later. On earlier systems, the frame is filled as per Solid color. Note: The actual display colors depend on the Windows' settings. If the user has selected a different color scheme, then the frame colors will use the appropriate colors from that scheme. |
||||||||||||||||||||||||||
| Color |
Select the desired background color from the drop-down list. The following choices are available:
Note: The actual display colors depend on the Windows' settings. If the user has selected a different color scheme, then the control will use the appropriate colors from that scheme. |
||||||||||||||||||||||||||
| End color | Select the desired end color for frame fills with a color gradient. The choices are the same as for Color. | ||||||||||||||||||||||||||
| Condition |
Enter the display condition for the control or leave empty to display the control unconditionally. See Dialog Control Conditions for more information. Note: This has no effect on Frame controls. |
||||||||||||||||||||||||||
| Visible Enabled Tab stop Group Border Sunken Client edge Transparent Don't mirror |
These are all standard control styles; see Dialog Control Styles for a description. |