XmlFormHostItem.Print Method (Boolean)
This member is a wrapper for the Print method of the XmlForm class.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Overridable Sub Print ( _
showPrintDialog As Boolean _
)
'Usage
Dim instance As XmlFormHostItem
Dim showPrintDialog As Boolean
instance.Print(showPrintDialog)
public virtual void Print(
bool showPrintDialog
)
Parameters
- showPrintDialog
Type: System.Boolean