Property | Type | Description | |
---|---|---|---|
GetDrawText | string | ||
IncreaseValue | void | ||
InitializeComponent | void | ||
SetNewSize | void | ||
timerAnimation_Tick | void |
Method | Description | |
---|---|---|
ProgressIndicator ( ) : System |
Default constructor for the ProgressIndicator.
|
|
Start ( ) : void |
Starts the animation.
|
|
Stop ( ) : void |
Stops the animation.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( EventArgs e ) : void | ||
OnSizeChanged ( EventArgs e ) : void |
Method | Description | |
---|---|---|
GetDrawText ( ) : string | ||
IncreaseValue ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetNewSize ( ) : void | ||
timerAnimation_Tick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |