Represents the standard form used to edit the Tags collection of a C1PrintDocument.

Namespace:  C1.C1Preview.Forms
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class TagsInputForm : TagsInputFormBase
Visual Basic
Public Class TagsInputForm _
	Inherits TagsInputFormBase

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
              C1.C1Preview.Forms..::..BaseForm
                C1.C1Preview.Forms..::..TagsInputFormBase
                  C1.C1Preview.Forms..::..TagsInputForm

See Also