ToolboxEntry ClassDelta Engine Documentation
ToolboxEntry View code on GitHub
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 ToolboxEntry

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

public class ToolboxEntry : UserControl, 
	Tool, IComponentConnector

The ToolboxEntry type exposes the following members.

Constructors

  NameDescription
Public methodToolboxEntry 
Initializes a new instance of the ToolboxEntry class
Public methodToolboxEntry(String, String, String)
Initializes a new instance of the ToolboxEntry class
Top
Methods

  NameDescription
Public methodInitializeComponent
InitializeComponent View code on GitHub
Top
Properties

  NameDescription
Public propertyIcon
Public propertyShortName
Public propertyToolTipText
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also