Cancel Property (C1MultiDocument)
In This Topic
Gets or sets a value indicating whether to cancel the generation of the current document. Note that this property is useful only if
DoEvents is set to
true.
Syntax
'Declaration
Public Property Cancel As Boolean
public bool Cancel {get; set;}
See Also