프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetDrawText | string | ||
IncreaseValue | void | ||
InitializeComponent | void | ||
SetNewSize | void | ||
timerAnimation_Tick | void |
메소드 | 설명 | |
---|---|---|
ProgressIndicator ( ) : System |
Default constructor for the ProgressIndicator.
|
|
Start ( ) : void |
Starts the animation.
|
|
Stop ( ) : void |
Stops the animation.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( EventArgs e ) : void | ||
OnSizeChanged ( EventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |