C# Class Case.TemplateLocal.ProgressBarForm

Afficher le fichier Open project: WeConnect/case-apps

Méthodes publiques

Свойство Type Description
Cancel bool

Méthodes publiques

Méthode Description
Increment ( ) : void
ProgressBarForm ( string title, int maximum ) : System
Reset ( ) : void
SetLabel ( string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Increment() public méthode

public Increment ( ) : void
Résultat void

ProgressBarForm() public méthode

public ProgressBarForm ( string title, int maximum ) : System
title string
maximum int
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetLabel() public méthode

public SetLabel ( string text ) : void
text string
Résultat void

Property Details

Cancel public_oe property

public bool Cancel
Résultat bool