showMenu

Type: Boolean

Availability: Read or write at any time

The showMenu property of the OleControl class specifies whether the control displays a popup menu when the right mouse button is clicked over the inactive control of the verbs supported by the application that can be selected (usually edit, play, or open). The default value is true.

For the MultiMedia class, the showMenu property specifies whether a menu bar is displayed on the playbar of the control. This menu contains items that allow the volume, size, speed, and configuration to be altered for an MP3 file type. If the showMenu property and the useDotNetVersion property are set to true, the menu displayed when the menu button is clicked shows the view, volume and speed menu items but not the copy, and configure menu items, as well as a Close menu item that closes the medium being shown. If the value of the showPlayBar property is false, this property is ignored.

The default value is falseSee also the contextMenu event method.