Visible Property (Multimedia MCI Control)

       

Determines if the Multimedia MCI control is visible or invisible at run time.

Syntax

[form.]MMControl.Visible[ = {True | False}]

Remarks

The effect of the Visible property supersedes the effects of the individual ButtonVisible properties. When the Multimedia MCI control is visible, the individual ButtonVisible properties govern the visibility of the associated buttons in the control. When the Visible property is False, the entire control is invisible, and the ButtonVisible properties are not used.

The following table lists the Visible property settings for the Multimedia MCI control.

Setting Description
False The control is invisible.
True (Default) Each button is visible or hidden individually, depending on its ButtonVisible property. This button's function is still available in the control.

Data Type

Integer (Boolean)