Click or drag to resize

TaskCancelController Properties

The TaskCancelController type exposes the following members.

Properties
 NameDescription
Public propertyCmdAbandon Gets the command that abandons the operation.
Public propertyCmdCancellationHard Gets the command that requests hard cancellation.
Public propertyCmdCancellationSoft Gets the command that requests soft cancellation.
Public propertyCmdInterrupt Gets the command that interrupts the thread.
Public propertyIsAbandonVisible Gets a value indicating whether the abandon command should be visible.
Public propertyIsCancellationHardVisible Gets a value indicating whether the hard-cancellation command should be visible.
Public propertyIsCancellationSoftVisible Gets a value indicating whether the soft-cancellation command should be visible.
Public propertyIsExecutionInProgress Gets or sets a value indicating whether execution is still in progress.
Public propertyIsInterruptVisible Gets a value indicating whether the interrupt command should be visible.
Protected propertyIsThread Gets a value indicating whether the controller is handling a thread.
Public propertyIsWindowVisible Gets or sets a value indicating whether the progress window should be visible.
Public propertyMonitor Gets or sets the progress monitor used by the controller.
Public propertyProgressText Gets or sets the current progress text.
Public propertyProgressValue Gets or sets the current progress value.
Protected propertyStateOfCancelling Gets or sets the current cancellation state.
Public propertyTitle Gets or sets the dialog title.
Public propertyWasCancelledByUser Gets a value indicating whether the execution was cancelled by the user.
Top
See Also