C# Class Sample.ProgressBarForm

Inheritance: System.Windows.Forms.Form, IMessageFilter
Afficher le fichier Open project: abbyysdk/ocrsdk.com Class Usage Examples

Méthodes publiques

Méthode Description
EndProgress ( ) : void
ProgressBarForm ( Form owner ) : System.Windows.Forms
ShowMessage ( string message ) : void
ShowProgress ( int progress ) : void

Private Methods

Méthode Description
IMessageFilter ( Message &m ) : bool

Method Details

EndProgress() public méthode

public EndProgress ( ) : void
Résultat void

ProgressBarForm() public méthode

public ProgressBarForm ( Form owner ) : System.Windows.Forms
owner System.Windows.Forms.Form
Résultat System.Windows.Forms

ShowMessage() public méthode

public ShowMessage ( string message ) : void
message string
Résultat void

ShowProgress() public méthode

public ShowProgress ( int progress ) : void
progress int
Résultat void