C# Class MineEdit.dlgLongTask

Show file Open project: N3X15/MineEdit Class Usage Examples

Public Properties

Property Type Description
STOP bool
grpPerformance GroupBox
lblSubProgress System.Windows.Forms.Label
perfChart PerfChart

Protected Properties

Property Type Description
Tick System.Timers.Timer
totalTime Stopwatch

Public Methods

Method Description
Done ( ) : void
SetMarquees ( bool a, bool b ) : void
ShowPerfChart ( bool yes ) : void
Start ( ThreadStart ts ) : void
Tick_Elapsed ( object sender, System e ) : void
dlgLongTask ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cmdCancel_Click ( object sender, EventArgs e ) : void
dlgLongTask_Load ( object sender, EventArgs e ) : void
lblTotalProgress_Click ( object sender, EventArgs e ) : void
pbAnimation_Paint ( object sender, PaintEventArgs e ) : void

Method Details

Done() public method

public Done ( ) : void
return void

SetMarquees() public method

public SetMarquees ( bool a, bool b ) : void
a bool
b bool
return void

ShowPerfChart() public method

public ShowPerfChart ( bool yes ) : void
yes bool
return void

Start() public method

public Start ( ThreadStart ts ) : void
ts ThreadStart
return void

Tick_Elapsed() public method

public Tick_Elapsed ( object sender, System e ) : void
sender object
e System
return void

dlgLongTask() public method

public dlgLongTask ( ) : System
return System

Property Details

STOP public property

public bool STOP
return bool

Tick protected property

protected System.Timers.Timer Tick
return System.Timers.Timer

grpPerformance public property

public GroupBox grpPerformance
return GroupBox

lblSubProgress public property

public Label,System.Windows.Forms lblSubProgress
return System.Windows.Forms.Label

perfChart public property

public PerfChart perfChart
return PerfChart

totalTime protected property

protected Stopwatch totalTime
return Stopwatch