Click or drag to resize

WindowOptionsContextMenu Property

The ContextMenu property represents a flag to show the context menu when right-clicking on a window.

Gives access to the Developer Console for the Window.

Default: false

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool ContextMenu { get; set; }

Property Value

Type: Boolean
The ContextMenu property gets/sets the value of the underlying JObject field, "contextMenu".
See Also