Orientation Property (ProgressBar Control)

           

Returns or sets a value that determines the orientation (horizontal or vertical) of the object.

Syntax

object.Orientation [= integer]

The Orientation property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
integer A numeric expression that determines the orientation of the control, as shown in Settings.

Settings

The settings for integer are:

Constant Value Description
ccOrientationHorizontal 0 (Default) The control is oriented horizontally.
ccOrientationVertical 1 The control is oriented vertically.