EnableContextMenu

Description

Returns or sets a Boolean value specifying whether or not a menu appears when the right mouse button is clicked.

Syntax
object.EnableContextMenu

Remarks

The context menu contains commands that would usually be available to the user as buttons (Play/Pause, Stop, Properties, and so on). If buttons are disabled, they do not show up on the context menu.

A right mouse click anywhere on the control brings up the context menu.

Note You can set this property only at design time.

The default value of this property is True.

See Also

ControlType

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.