PCBIWorkingDialog Class

Standard Working Dialog with ProgressBar and Info Text

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PCBIWorkingDialog
Inheritance
Object    PCBIWorkingDialog

Constructors

PCBIWorkingDialog Special dialog with events for text change, progressbar, animation status, cancel and handling in extra thread.

Properties

IsDisposed Returns if the Dialog is Disposed
Visible Is the working dialog visible or not?

Methods

CanCancel Sets whether Cancel Button is enabled or not
Dispose Closes and Disposes the dialog
DoClose Closes the Dialog
SetAnimationStatus Sets to endless animation or percent bar
SetStatusPercent 
SetStatusText Sets the current info text
ShowWorkingDlgAsThread Shows the Dialog in a Thread

Events

CancelPressed Event for handling the cancel pressed event (e.g. cancel your calculation).

Extension Methods

See Also