TestControl ClassDelta Engine Documentation
User control containing the Viewport View code on GitHub
TestControl
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.Tests TestControl

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

public class TestControl : UserControl, 
	IComponentConnector

The TestControl type exposes the following members.

Constructors

  NameDescription
Public methodTestControl
Initializes a new instance of the TestControl class
Top
Methods

  NameDescription
Public methodInitializeComponent
InitializeComponent View code on GitHub
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also