Gets the command that will cancel the current printing operation.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public ICommand CancelPrintCommand { get; }
Visual Basic
Public ReadOnly Property CancelPrintCommand As ICommand
	Get
Visual C++
public:
property ICommand^ CancelPrintCommand {
	ICommand^ get ();
}

Field Value

The cancel print command.

See Also