Progress Bar Control Properties - BBj


Note: This control is not support by Visual PRO/5. Visual PRO/5 ignores this control if it is encountered in a resource file.

Property

Description

Control Type

Identifies the resource as a BBj progress bar control. ResBuilder sets this when the control is created and cannot be changed.

Control ID

Control ID number. The number must be an integer between 1 and 32767 and be unique within a given top-level window.

Name

Control name.

x Position

Horizontal position of the upper-left corner of the control.

y Position

Vertical position of the upper-left corner of the control.

Width

Control width.

Height

Height of the control.

Fore color

Control foreground color.

Back color

Control background color.

Font

Control font.

Short cue

Displays tool tip text when positioning the mouse over the control.

Long cue

Displays status bar text when positioning the mouse over the control.

Invisible

Sets the control initally to invisible.

Client edge

Draws a recessed edge around the control.

Raised edge

Draws a raised edge around the control.

Orientation

Should the control be positioned horizontally or vertically.

Minimum range

Specifies the minimum range of the progress bar control.

Maximum range

Specifies the maximum range of the progress bar control.

Indeterminate

An indeterminate progress bar indicates that the duration of the task is not
yet known. This option is not supported on all platforms. If indeterminate
progress bars are not supported on a given platform, this property is ignored.

Show text

Indicates whether or not custom text or a percentage complete should be shown inside the control.

Custom text

Specifies the text to be displayed on the progress bar. If blank, the
progress bar will display the percentage complete. Set "show text"
to "no" if no text including the percentage complete is desired.

Popup menu ID (BBj)

ID of a popup menu to be attached to the control. Set to 0 for no popup menu.

Opaque (BBj)

Prevents items located underneath the control from showing through. These items may be graphical objects on the top-level form. BBj 4.0 and higher only.