Represents editor for text.

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

Syntax

C#
public class TextEditor : UITypeEditor
Visual Basic (Declaration)
Public Class TextEditor _
	Inherits UITypeEditor
Visual C++
public ref class TextEditor : public UITypeEditor

Inheritance Hierarchy

System..::.Object
  System.Drawing.Design..::.UITypeEditor
    PerpetuumSoft.Reporting.DOM.Design..::.TextEditor

See Also