| PlatformWindowOptionsContextMenu 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.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic Nullable<bool> ContextMenu { get; set; }Property Value
Type: 
NullableBoolean
                The ContextMenu property gets/sets the value of the 
                underlying JObject field, "contextMenu".
            
 See Also
See Also