Line Control

The Line control is a horizontal line.

Control Attributes

You can use the following attributes with this control. To change the value of an attribute using an event, subscribe the control to a ControlEvent in the EventMapping table and list the attribute's identifier in the Attribute column. Enter the identifier of the ControlEvent in the Event column.

Attribute identifier Hexadecimal bit Description
Position Position of the control in the dialog box. Enter the control's width, height, and coordinates of the control's left corner into the Width, Height, X, and Y columns of the Control table or BBControl table. Use installer units for length and distance.
Visible 0x00000000 0x00000001
Hidden control. Visible control.
Include this bit in the bit word of the Attributes column in the Control table or BBControl table to make the control visible or hidden upon its creation.
You can also hide or show a control by using the ControlCondition table.
Sunken 0x00000000 0x00000004
Displays the default visual style. Displays the control with a sunken, 3-D look.
Include these bits in the bit word in the Attributes column of the Control table.

 

Remarks

This control can be created from the STATIC class by using the CreateWindowEx function. It has the SS_ETCHEDHORZ and SS_SUNKEN styles.