| WindowOptionsAutoShow Property  | 
 
                The AutoShow property represents a flag to automatically 
                show the Window when it is created.
                
Default: false
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool AutoShow { get; set; }Property Value
Type: 
Boolean
                The AutoShow property gets/sets the value of the 
                underlying JObject field, "autoShow".
            
 See Also
See Also