Represents a Form that allows a user to edit DocumentInfo associated with a document.

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

Syntax

C#
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]
public class DocumentInfoForm : BaseForm
Visual Basic
<ObfuscationAttribute(Exclude := True, ApplyToMembers := True)> _
Public Class DocumentInfoForm _
	Inherits BaseForm

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..::..DocumentInfoForm

See Also