Prints the content of the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public void Print(
	string description
)
Visual Basic (Declaration)
Public Sub Print ( _
	description As String _
)

Parameters

description
Type: System..::.String
A description of the job that is to be printed. This text appears in the user interface (UI) of the printer.

Implements

IExportableControl..::.Print(String)

See Also