Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ToolboxItemAttribute(false)]
public class ScalableTextBox : TextBox
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ToolboxItemAttribute(False)> _
Public Class ScalableTextBox _
	Inherits TextBox

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.TextBoxBase
          System.Windows.Forms..::.TextBox
            C1.C1PrintDocument..::.InputInfoText..::.ScalableTextBox

See Also