DesktopMoviePlayer.HasVolumeControl
From Xojo Documentation
Property (As Boolean )
aDesktopMoviePlayer.HasVolumeControl = newBooleanValue
or
BooleanValue = aDesktopMoviePlayer.HasVolumeControl
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopMoviePlayer.HasVolumeControl
New in 2021r3
Supported for all project types and targets.
Displays the speaker volume control.
Notes
When set in code, this takes effect the next time the DesktopMoviePlayer control is assigned a movie.
Example
The following example hides the volume control before assigning a movie to the player.