C# Класс WatchDog.ProgressDialog

Shows the progress of the current action in a dialog.
Наследование: WatchDog.MPForm
Показать файл Открыть проект

Открытые методы

Метод Описание
Done ( ) : void
ProgressDialog ( ) : System
getForm ( ) : Form
getProgress ( ) : int
setAction ( string action ) : void
setProgress ( int value ) : void
setWindowTitle ( string title ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

OkButtonClick ( object sender, EventArgs e ) : void

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

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

public Done ( ) : void
Результат void

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

public ProgressDialog ( ) : System
Результат System

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

public getForm ( ) : Form
Результат System.Windows.Forms.Form

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

public getProgress ( ) : int
Результат int

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

public setAction ( string action ) : void
action string
Результат void

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

public setProgress ( int value ) : void
value int
Результат void

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

public setWindowTitle ( string title ) : void
title string
Результат void