There is a property in the QuikFormsEngine called DisableAttachments, false by default, that hides the attachment panel in the forms and disables the feature entirely. When turned on, both the attachment panel and any attachment icons near fields will not appear.

Sample Code


objQFE.DisableAttachments = True



objQFE.DisableAttachments = true;