Prints the current display.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Print(
	bool showDialog
)
Visual Basic
Public Sub Print ( _
	showDialog As Boolean _
)
JScript
public function Print(
	showDialog : boolean
)

Parameters

showDialog
Type: System..::..Boolean
True to show the Print Dialog prior to printing, false to immediately print.

See Also