Edit

Share via


XmlFormHostItem.Print Method

Definition

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

Applies to

Print()

This member is a wrapper for the Print() method of the XmlForm class.

public:
 virtual void Print();
public virtual void Print ();
abstract member Print : unit -> unit
override this.Print : unit -> unit
Public Overridable Sub Print ()

Applies to