Skip to main content
Tab

FlashObjectProperties.EnableContextMenu Property

Gets or sets whether the full context menu is shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool EnableContextMenu { get; set; }

Property Value

Type Default Description
Boolean true

true to display the full context menu; false to display a menu that contains only the Settings and About Flash options.

Remarks

End-users can invoke the context menu by right-clicking within the Flash Window. If the EnableContextMenu option is set to true, a variety of options to enhance or control the playback are allowed to a user.

See Also