Accusoft.FSInvoices1.Net
TemplateField Constructor(FormFieldDefinition)




Field definition to build template field from.
Initializes a new instance of the TemplateField class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal definition As FormFieldDefinition _
)
'Usage
 
Dim definition As FormFieldDefinition
 
Dim instance As New TemplateField(definition)
public TemplateField( 
   FormFieldDefinition definition
)
public: TemplateField( 
   FormFieldDefinition* definition
)
public:
TemplateField( 
   FormFieldDefinition^ definition
)

Parameters

definition
Field definition to build template field from.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when the definition argument is null.
Remarks
To create a custom field, this constructor must be called with the FormFieldDefinition.Group set to FormFieldGroup.TemplateCustomFormFieldGroup.
See Also

Reference

TemplateField Class
TemplateField Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback