ButtonVisible Property (Multimedia MCI Control)

       

Determines if the specified button is displayed in the control.

Syntax

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

Remarks

The effects of the ButtonVisible properties are superseded by the Visible property. Individual ButtonVisible properties display and hide the associated buttons in the Multimedia MCI control when the Multimedia MCI control is visible (Visible property set to True). If the Multimedia MCI control is invisible, these properties are not used.

For this property, Button may be any of the following: Back, Eject, Next, Pause, Play, Prev, Record, Step, or Stop.

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

Setting Description
False Does not display the button specified by Button. This button's function is not available in the control.
True (Default) Displays the button specified by Button.

Data Type

Integer (Boolean)