Determines whether buttons on the control are arranged vertically or horizontally.
Syntax
[form.]MMControl.Orientation[ = orientation%]
Remarks
The following table lists the Orientation property settings for the Multimedia MCI control.
Constant | Value | Description |
mciOrientHorz | 0 | Buttons are arranged horizontally. |
mciOrientVert | 1 | Buttons are arranged vertically. |
Data Type
Integer (Enumerated)