

'宣言Public NotInheritable Class TextBoxConverterAdapter(Of T) Inherits ControlAdapter(Of T)
public sealed class TextBoxConverterAdapter<T> : ControlAdapter<T>
System.Object
   GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter<T>
      GrapeCity.ActiveReports.Viewer.Common.Internal.TextBoxConverterAdapter<T>