WpfHostedFormsWindow ClassDelta Engine Documentation
Used for rendering within the Editor View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms.Windows FormsWindow
    DeltaEngine.Editor.Emulator WpfHostedFormsWindow

Namespace: DeltaEngine.Editor.Emulator
Assembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class WpfHostedFormsWindow : FormsWindow

The WpfHostedFormsWindow type exposes the following members.

Constructors

  NameDescription
Public methodWpfHostedFormsWindow
Initializes a new instance of the WpfHostedFormsWindow class
Top
Methods

  NameDescription
Public methodCloseAfterFrame (Inherited from FormsWindow.)
Public methodCopyTextToClipboard
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread! View code on GitHub
(Inherited from FormsWindow.)
Public methodDispose
Releases all resources used by the WpfHostedFormsWindow
(Overrides FormsWindow Dispose .)
Protected methodOnSizeChanged (Inherited from FormsWindow.)
Public methodPresent (Overrides FormsWindow Present .)
Protected methodResizeCentered (Inherited from FormsWindow.)
Public methodSetCursorIcon (Inherited from FormsWindow.)
Public methodSetFullscreen (Overrides FormsWindow SetFullscreen(Size).)
Protected methodSetResolution (Inherited from FormsWindow.)
Public methodSetWindowed (Inherited from FormsWindow.)
Public methodShowMessageBox (Overrides FormsWindow ShowMessageBox(String, String,  String ).)
Top
Fields

  NameDescription
Protected fieldpanel (Inherited from FormsWindow.)
Top
Properties

  NameDescription
Public propertyBackgroundColor (Inherited from FormsWindow.)
Public propertyHandle (Inherited from FormsWindow.)
Public propertyIsClosing (Inherited from FormsWindow.)
Public propertyIsFullscreen (Inherited from FormsWindow.)
Public propertyIsVisible (Inherited from FormsWindow.)
Public propertyIsWindowsFormAndNotJustAPanel (Inherited from FormsWindow.)
Public propertyOrientation (Inherited from FormsWindow.)
Public propertyPixelPosition (Inherited from FormsWindow.)
Public propertyShowCursor (Inherited from FormsWindow.)
Public propertyTitle (Inherited from FormsWindow.)
Public propertyTotalPixelSize (Inherited from FormsWindow.)
Public propertyViewportPixelPosition (Inherited from FormsWindow.)
Public propertyViewportPixelSize (Inherited from FormsWindow.)
Top
Events

  NameDescription
Public eventFullscreenChanged (Inherited from FormsWindow.)
Public eventNativeEvent (Inherited from FormsWindow.)
Public eventOrientationChanged (Inherited from FormsWindow.)
Public eventViewportSizeChanged (Inherited from FormsWindow.)
Top
See Also