C# Класс Smrf.NodeXL.GraphDataProviders.Facebook.ProgressIndicator

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnResize() защищенный Метод

protected OnResize ( EventArgs e ) : void
e EventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Результат void

ProgressIndicator() публичный Метод

Default constructor for the ProgressIndicator.
public ProgressIndicator ( ) : System
Результат System

Start() публичный Метод

Starts the animation.
public Start ( ) : void
Результат void

Stop() публичный Метод

Stops the animation.
public Stop ( ) : void
Результат void