Click or drag to resize

PlatformView Class

Experimental : The view.
Inheritance Hierarchy
SystemObject
  Openfin.DesktopWebContents
    Openfin.Desktop.PlatformAPI.ViewPlatformView

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class PlatformView : WebContents, 
	IOpenfinEntity

The PlatformView type exposes the following members.

Properties
Methods
  NameDescription
Public methodAttachViewAsync
Attaches the current view to a given window identity. Identity must be the identity of a window in the same application
Public methodCreateViewAsync
Creates a view.
Public methodDestroyViewAsync
Destroys the current view
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteJavascriptAsync (Inherited from WebContents.)
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 methodFindInPageAsync (Inherited from WebContents.)
Public methodFocusAsync (Inherited from WebContents.)
Public methodGetCurrentWindowAsync
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPrintersAsync (Inherited from WebContents.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetZoomLevelAsync (Inherited from WebContents.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNavigateAsync (Inherited from WebContents.)
Public methodNavigateBackAsync (Inherited from WebContents.)
Public methodPrintAsync (Inherited from WebContents.)
Public methodReloadAsync (Inherited from WebContents.)
Public methodShowDeveloperToolsAsync (Inherited from WebContents.)
Public methodStopFindInPageAsync (Inherited from WebContents.)
Public methodStopNavigationAsync (Inherited from WebContents.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDidChangeThemeColor
Occurs when a view's theme color changes.
Public eventViewCrashed
Occurs when a view crashes.
Public eventViewCreated
Occurs when a view is created.
Public eventViewDestroyed
Occurs when a view is destroyed.
Public eventViewFileDownloadCompleted
Occurs when a view's downloading file completes
Public eventViewFileDownloadProgress
Occurs when a view's downloading file progresses.
Public eventViewFileDownloadStarted
Occurs when a view's file download starts.
Public eventViewFocused
Public eventViewHidden
Occurs when a view is hidden
Public eventViewHotkeyTriggered
Occurs when a view's hotkey is pressed.
Public eventViewNavigationRejected
Occurs when view navigation is rejected as per contentNavigation whitelist/blacklist rules.
Public eventViewOptionsChanged
Occurs when a view's options are updated.
Public eventViewPageFaviconUpdated
Occurs when page receives favicon urls.
Public eventViewPageTitleUpdated
Occurs when page title is set during navigation. explicitSet is false when title is synthesized from file url.
Public eventViewResourceLoadFailed
Occurs when an HTTP load was cancelled or failed.
Public eventViewResourceResponseReceived
Occurs when an HTTP resource request has received response details.
Public eventViewShown
Occurs when a View is shown. This event will fire during creation of a View.
Public eventViewTargetChanged
Occurs when a View changes its Window target. This event will fire during creation of a View. In that case, previousTarget identity will be the same as target identity.
Top
See Also