Text editing dialog form

Namespace:  PerpetuumSoft.Reporting.DOM.Design
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class TextEditorForm : Form
Visual Basic (Declaration)
Public Class TextEditorForm _
	Inherits Form
Visual C++
public ref class TextEditorForm : public 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
              PerpetuumSoft.Reporting.DOM.Design..::.TextEditorForm

See Also