XmlFormHostItem.Print-Methode (Boolean)
Dieser Member ist ein Wrapper für die Print-Eigenschaft der XmlForm-Klasse.
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
)
Parameter
- showPrintDialog
Typ: System.Boolean