ViewportControl ClassDelta Engine Documentation
Engine Viewport for all of the Editor plugins View code on GitHub
ViewportControl
Inheritance Hierarchy

System Object
  System.Windows.Threading DispatcherObject
    System.Windows DependencyObject
      System.Windows.Media Visual
        System.Windows UIElement
          System.Windows FrameworkElement
            System.Windows.Controls Control
              System.Windows.Controls ContentControl
                System.Windows.Controls UserControl
                  DeltaEngine.Editor.Emulator ViewportControl

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

public class ViewportControl : UserControl, 
	EditorPluginView, IComponentConnector

The ViewportControl type exposes the following members.

Constructors

  NameDescription
Public methodViewportControl
Initializes a new instance of the ViewportControl class
Top
Methods

  NameDescription
Public methodActivate
Public methodApplyEmulator
Public methodDeactivate
Public methodInit
Public methodInitializeComponent
InitializeComponent View code on GitHub
Public methodSend
Public methodShowToolboxPane
Public methodUpdateEmulator
Top
Fields

  NameDescription
Public fieldViewportHost
ViewportHost Name Field View code on GitHub
Top
Properties

  NameDescription
Public propertyIcon
Public propertyRequiresLargePane
Public propertyScreen
Public propertyShortName
Top
Events

  NameDescription
Public eventDeviceChanged
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also