![]() |
Previous | Next |
This property specifies or retrieves a value indicating whether the Windows Media Player control is transparent before play begins and after play ends.
Syntax
MediaPlayer.TransparentAtStart
Possible Values
This property is a read/write Boolean containing one of the following values.
Value | Description |
true | The control is transparent. |
false | Default. The control is not transparent. |
Remarks
If you set this property to true in Microsoft Visual Basic®, you should set the ClipControls property on the parent object to false. Otherwise, the background does not repaint.
See Also
Previous | Next |