TemplateEditorUI Class

Represents an editor for a template.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.Formatters
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class TemplateEditorUI _
    Inherits Form
public class TemplateEditorUI : Form
public ref class TemplateEditorUI : public Form
public class TemplateEditorUI extends Form

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.Formatters.TemplateEditorUI

See Also

TemplateEditorUI Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.Formatters Namespace