DefaultWindowOptions Class |
Namespace: Openfin.Desktop.PlatformAPI
public class DefaultWindowOptions : WindowOptions
The DefaultWindowOptions type exposes the following members.
Name | Description | |
---|---|---|
DefaultWindowOptions | Initializes a new instance of the DefaultWindowOptions class |
Name | Description | |
---|---|---|
AcceleratorKeys |
Gets or sets the options for accelerator keys on the current window
(Inherited from WindowOptions.) | |
AlwaysOnTop |
The AlwaysOnTop property represents a flag to always position
the window at the top of the window stack.
(Inherited from WindowOptions.)Default: false | |
AutoShow |
The AutoShow property represents a flag to automatically
show the Window when it is created.
(Inherited from WindowOptions.)Default: false | |
BackgroundColor |
Gets or sets the backfill color of the current window. The default is black.
(Inherited from WindowOptions.) | |
ContentNavigationRules |
Navigation rules used by this window.
(Inherited from WindowOptions.)Default: No application rules, Window will be allowed to navigate to any URL. | |
ContextMenu |
The ContextMenu property represents a flag to show the
context menu when right-clicking on a window.
(Inherited from WindowOptions.)Gives access to the Developer Console for the Window. Default: false | |
CornerRoundingHeight |
The CornerRoundingHeight property represents the rounded
corners height to apply.
(Inherited from WindowOptions.)Default: 0 | |
CornerRoundingWidth |
The CornerRoundingWidth property represents the rounded
corners width to apply.
(Inherited from WindowOptions.)Default: 0 | |
CustomData |
Gets or sets custom data for the given Window instance.
(Inherited from WindowOptions.) | |
CustomRequestHeaders |
Defines list of custom request headers for requests sent by the window.
(Inherited from WindowOptions.) | |
DefaultCentered |
The DefaultCentered property specifies that the window will be positioned in the
center of the primary monitor when loaded for the first time on a machine.
(Inherited from WindowOptions.)Default: false | |
DefaultHeight |
The DefaultHeight property represents the window's
default height in pixels.
(Inherited from WindowOptions.)Default: 500 | |
DefaultLeft |
The DefaultLeft property represents the window's
default left position.
(Inherited from WindowOptions.)Default: 100 | |
DefaultTop |
The DefaultTop property represents the window's
default top position.
(Inherited from WindowOptions.)Default: 100 | |
DefaultWidth |
The DefaultWidth property represents the window's
default width in pixels.
(Inherited from WindowOptions.)Default: 800 | |
Frame |
The Frame property represents a flag to show the frame.
(Inherited from WindowOptions.)Default: true | |
HideOnClose | Obsolete.
(Obsolete) The HideOnClose property represents a flag to allow a window
to be hidden when the close button is clicked.
(Inherited from WindowOptions.)Default: false | |
IconPath |
Absolute path, relative path, or URL of the icon file to be shown in the window title bar and taskbar.
When ommitted, inherits from the parent application.
(Inherited from WindowOptions.) | |
IconUrl |
Absolute URL of the icon file to be shown on the windoe title bar and taskbar, as defined in IconPath
(Inherited from WindowOptions.) | |
Layout | (Inherited from WindowOptions.) | |
MaxHeight |
The MaxHeight property represents the maximum height of a window.
(Inherited from WindowOptions.)Will default to the OS defined value if set to -1. Default: -1 | |
Maximizable |
The Maximizable property represents a flag that lets the window be maximized.
(Inherited from WindowOptions.)Default: true | |
MaxWidth |
The MaxWidth property represents the maximum width of a window.
(Inherited from WindowOptions.)Will default to the OS defined value if set to -1. Default: -1 | |
MinHeight |
The MinHeight property represents the minimum height of a window.
(Inherited from WindowOptions.)Default: 0 | |
Minimizable |
The Minimizable property represents a flag that lets the window be minimized.
(Inherited from WindowOptions.)Default: true | |
MinWidth |
The MinWidth property represents the minimum width of a window.
(Inherited from WindowOptions.)Default: 0 | |
Name |
The Name property represents the name for the window which
must be unique within the context of the invoking Application.
(Inherited from WindowOptions.)Default: An empty string | |
Opacity |
The Opacity property represents a flag that specifies
how transparent the window will be.
(Inherited from WindowOptions.)Default: 1.0 | |
PreloadScript | Obsolete.
(Deprecated) The preload Javascript file to load automatically after each page navigation.
(Inherited from WindowOptions.) | |
PreloadScripts |
Gets or sets the collection of preload scripts to load automatically after each page navigation.
(Inherited from WindowOptions.) | |
Resizable |
The Resizable property represents a flag which allows
the user to resize the window.
(Inherited from WindowOptions.)This property will be deprecated in a future release. Default: true | |
ResizeRegionBottomRightCorner |
The ResizeRegionBottomRightCorner property defines an additional square
region located at the bottom right corner of a frameless window.
(Inherited from WindowOptions.)Default: 4 | |
ResizeRegionSize |
The ResizeRegionSize property defines a region
in pixels that will respond to user mouse interaction for resizing a frameless window
(Inherited from WindowOptions.)Default: 2 | |
SaveWindowState |
The SaveWindowState property defines whether or not a window
should maintain a persistent cache of its position/size.
(Inherited from WindowOptions.)Default: true | |
Shadow |
Gets or sets a value indicating whether to show a shadow on a frameless Window.
(Inherited from WindowOptions.) | |
ShowTaskbarIcon |
The ShowTaskbarIcon property represents a flag to show
the Window's icon in the taskbar.
(Inherited from WindowOptions.)Default: false | |
SmallWindow |
Determines if window can be smaller than 41x46 px.
(Inherited from WindowOptions.) | |
State |
The State property represents a string that sets the
window to be "minimized", "maximized", or "normal" on creation.
(Inherited from WindowOptions.)Default: "normal" | |
StylesheetUrl |
The URL to the stylesheet to style the window.
| |
TaskbarIcon | Obsolete.
(Obsolete) The TaskbarIcon property represents the URL of
an icon to be shown on the desktop.
(Inherited from WindowOptions.)Support formats: Portable Network Graphic (PNG); Size: 256 x 256 Default: An empty string | |
TaskbarIconGroup |
Gets or sets the taskbar group for the window.
(Inherited from WindowOptions.) | |
URL |
The URL property represents the URL of the window.
(Inherited from WindowOptions.)Default: "about:blank" | |
WaitForPageLoadToRender |
Determines if OpenFin will wait for DomContent Loaded to display the window.
(Inherited from WindowOptions.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
getJsonCopy |
Gets all settings in JObject format.
(Inherited from OptionsEx.) | |
GetProperty |
Gets the value of specified property by it's name or JSON name. This methond is intended
to get experimental, undocumented or unsupported properties. However, using this method
with existing public property name or JSON name will also get the value of that property.
(Inherited from OptionsEx.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetProperty |
Sets the value of specified property by it's name or JSON name. This methond is intended
to set experimental, undocumented or unsupported properties. However, using this method
with existing public property name or JSON name will also set the value of that property.
(Inherited from OptionsEx.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |