Progress Bar Control Attributes Window

Start of instruction setAccessible Using

  1. Double-click on the progress bar control; or

  2. if selected: "Control > Attributes" or by selecting 'Attributes...' from the control's context menu.

  3. if selected: ENTER.


Entries

Note:
For context-sensitive help on attribute entries, select the entry so it has the focus, and press F1.

Entry in Attributes Window Represents
Name Handle name of the progress bar control (may be overwritten with another name).
Context Menu CONTEXT-MENU attribute value. Specifies the context menu (if any) associated with the control.
Background color: Defines the color of the progress bar background.

Note:
The specified color is ignored if Windows XP styles are active.

Selection box BACKGROUND-COLOUR-NAME attribute value.
... Invokes dialog box for editing BACKGROUND-COLOUR-VALUE attribute value.
Foreground color: Defines the color of the progress bar itself.

Note:
The specified color is ignored if Windows XP styles are active.

Selection box FOREGROUND-COLOUR-NAME attribute value.
... Invokes dialog box for editing FOREGROUND-COLOUR-VALUE attribute value.
Range:  
Min MIN attribute value. Lower limit of control's range.
Max MAX attribute value. Upper limit of control's range.
Pos. POSITION attribute value. Current progress bar position within control's numeric range.
Style:  
Smooth STYLE attribute value. Progress bar is smooth rather than segmented.

Note:
The progress bar is always segmented if Windows XP styles are active.

Vertical STYLE attribute value. The control is oriented vertically, rather than horizontally.
State:  
Visible VISIBLE attribute value. Control will be shown.
Rectangle: The following four attributes decide the input field control's x and y axis position, its height and its width on the screen.

X - RECTANGLE-X attribute value.
Y - RECTANGLE-Y attribute value.
W - RECTANGLE-W attribute value.
H - RECTANGLE-H attribute value.

OK Save settings and exit the window.
Cancel Exit the window without saving the settings.
Help Provides online help on the attributes window.