Visual Basic: Windows Controls

Orientation Property (Coolbar Control)

See Also   Example   Applies To

Sets a value indicating whether the CoolBar control is oriented horizontally or vertically.

Syntax

object**.Orientation** [= enum]

The Orientation property syntax has these parts:

Part Description
object An object expression that evaluates to a CoolBar control.
enum A constant or value specifying the orientation, as described in Settings.

Settings

The settings for enum are:

Constant Value Description
cc3OrientationHorizontal 0 (Default) Horizontal orientation.
cc3OrientationVertical 1 Vertical orientation.