Product Information > JADE Encyclopaedia of Classes – Volume 3 > Chapter 2 - Window Classes > showMenu

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. If the value of the showPlayBar property is false, this property is ignored. The default value is false.

See also the contextMenu event method.