[]
        
(Showing Draft Content)

C1.Win.Document.Forms.DocumentInfoForm

DocumentInfoForm Class

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

Namespace: C1.Win.Document.Forms
Assembly: C1.Win.Document.8.dll
Syntax
public class DocumentInfoForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
DocumentInfoForm()

Initializes a new instance of the DocumentInfoForm class.

Fields

Name Description
m_btnCancel
m_btnOk
m_dtpCreationTime
m_dtpRevisionTime
m_lblAuthor
m_lblComment
m_lblCompany
m_lblCreationTime
m_lblCreator
m_lblKeywords
m_lblKeywordsHelp
m_lblManager
m_lblOperator
m_lblProducer
m_lblRevisionTime
m_lblSubject
m_lblTitle
m_lblUnsupportedFieldsWarn
m_txtAuthor
m_txtComment
m_txtCompany
m_txtCreator
m_txtKeywords
m_txtManager
m_txtOperator
m_txtProducer
m_txtSubject
m_txtTitle

Properties

Name Description
SupportedFields

Gets or sets the combination of C1.Document.DocumentInfoFields identifying C1.Document.DocumentInfo fields supported by this form.

Methods

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.