Represent adapter for the TextBox control.

Namespace:  PerpetuumSoft.Reporting.Export.Rtf.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Rtf (in PerpetuumSoft.Reporting.Export.Rtf.dll) Version: 3.9.0.1

Syntax

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

Inheritance Hierarchy

See Also