Click or drag to resize

ViewCreationOptions Class

Experimental : The class for options used to create a platform view.
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.PlatformAPIViewOptions
    Openfin.Desktop.PlatformAPIViewCreationOptions

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class ViewCreationOptions : ViewOptions

The ViewCreationOptions type exposes the following members.

Constructors
  NameDescription
Public methodViewCreationOptions
Initializes a new instance of the ViewCreationOptions class
Top
Properties
  NameDescription
Public propertyApi (Inherited from ViewOptions.)
Public propertyAutoResize
The auto resize properties of the view.
(Inherited from ViewOptions.)
Public propertyBackgroundColor
Gets or sets the backfill color of the current view. The default is black.
(Inherited from ViewOptions.)
Public propertyBounds
The bounds of the view.
Public propertyContentNavigation
Represents Navigation rules. Allows blacklist/whitelist lists to be applied on Navigation. Navigation failures will raise a window-navigation-rejected event.
(Inherited from ViewOptions.)
Public propertyContextMenuSettings
Settings to control the context menu.
(Inherited from ViewOptions.)
Public propertyCustomData
Custom data that can be provided to a view.
(Inherited from ViewOptions.)
Public propertyCustomRequestHeaders
The collection of custom request headers.
Public propertyExperimental
Experimental settings that can be applied to a view.
(Inherited from ViewOptions.)
Public propertyHotkeys
A collection of hotkeys for the view.
Public propertyName
The name of the view.
Public propertyPreloadScripts
Collection of scripts to be preloaded for the view.
Public propertyProcessAffinity
Public propertyTarget
The identity of the target window.
Public propertyUrl
The URL of the view's contents.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also