C# Класс Case.TemplateLocal.ProgressBarForm

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

Открытые свойства

Свойство Тип Описание
Cancel bool

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

Метод Описание
Increment ( ) : void
ProgressBarForm ( string title, int maximum ) : System
Reset ( ) : void
SetLabel ( string text ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

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

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

buttonCancel_Click ( 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

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

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

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

public ProgressBarForm ( string title, int maximum ) : System
title string
maximum int
Результат System

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

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

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

public SetLabel ( string text ) : void
text string
Результат void

Описание свойств

Cancel публичное свойство

public bool Cancel
Результат bool