ViewCreationOptions Class |
Namespace: Openfin.Desktop.PlatformAPI
public class ViewCreationOptions : ViewOptions
The ViewCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
ViewCreationOptions | Initializes a new instance of the ViewCreationOptions class |
Name | Description | |
---|---|---|
Api | (Inherited from ViewOptions.) | |
AutoResize |
The auto resize properties of the view.
(Inherited from ViewOptions.) | |
BackgroundColor |
Gets or sets the backfill color of the current view. The default is black.
(Inherited from ViewOptions.) | |
Bounds |
The bounds of the view.
| |
ContentNavigation |
Represents Navigation rules. Allows blacklist/whitelist lists to be applied on Navigation. Navigation failures will raise a window-navigation-rejected event.
(Inherited from ViewOptions.) | |
ContextMenuSettings |
Settings to control the context menu.
(Inherited from ViewOptions.) | |
CustomData |
Custom data that can be provided to a view.
(Inherited from ViewOptions.) | |
CustomRequestHeaders |
The collection of custom request headers.
| |
Experimental |
Experimental settings that can be applied to a view.
(Inherited from ViewOptions.) | |
Hotkeys |
A collection of hotkeys for the view.
| |
Name |
The name of the view.
| |
PreloadScripts |
Collection of scripts to be preloaded for the view.
| |
ProcessAffinity | ||
Target |
The identity of the target window.
| |
Url |
The URL of the view's contents.
|
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |