ProjectCreatorView ClassDelta Engine Documentation
Enables users to create a Delta Engine project and select framework (Xna, OpenGL, DirectX) View code on GitHub
ProjectCreatorView
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.ProjectCreator ProjectCreatorView

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

public class ProjectCreatorView : UserControl, 
	EditorPluginView, IComponentConnector

The ProjectCreatorView type exposes the following members.

Constructors

  NameDescription
Public methodProjectCreatorView 
Initializes a new instance of the ProjectCreatorView class
Public methodProjectCreatorView(ProjectCreatorViewModel)
Initializes a new instance of the ProjectCreatorView class
Top
Methods

  NameDescription
Public methodActivate
Public methodDeactivate
Public methodInit
Public methodInitializeComponent
InitializeComponent View code on GitHub
Public methodSend
Top
Properties

  NameDescription
Public propertyIcon
Public propertyRequiresLargePane
Public propertyShortName
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also