[]
Represents a Form that allows a user to edit C1.Document.DocumentInfo associated with a document.
public class DocumentInfoForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
DocumentInfoForm() | Initializes a new instance of the DocumentInfoForm class. |
Name | Description |
---|---|
SupportedFields | Gets or sets the combination of C1.Document.DocumentInfoFields identifying C1.Document.DocumentInfo fields supported by this form. |
Name | Description |
---|---|
BuildDocumentInfo() | Creates a new C1.Document.DocumentInfo object, and copies data from the current DocumentInfoForm into that object. |
CreateForm(Type, Type) | Creates a new DocumentInfoForm form, or form of a type derived from DocumentInfoForm. |
Dispose(bool) | Clean up any resources being used. |
SetDocumentInfo(DocumentInfo) | Copies the data from a C1.Document.DocumentInfo object to properties of the current DocumentInfoForm. |