XmlFormHostItem.Print Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Print(Boolean) |
This member is a wrapper for the Print(Boolean) method of the XmlForm class. |
Print() |
This member is a wrapper for the Print() method of the XmlForm class. |
Print(Boolean)
This member is a wrapper for the Print(Boolean) method of the XmlForm class.
public:
virtual void Print(bool showPrintDialog);
public virtual void Print (bool showPrintDialog);
abstract member Print : bool -> unit
override this.Print : bool -> unit
Public Overridable Sub Print (showPrintDialog As Boolean)
Parameters
- showPrintDialog
- Boolean