C# Class Sirius.Win32.SvcImpl.Controls.ProgressBarSvc

Inheritance: IProgressBarContract
Afficher le fichier Open project: mkolisnyk/Sirius

Méthodes publiques

Méthode Description
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ProgressBarSvc ( ) : System

Method Details

GetLowerBound() public méthode

public GetLowerBound ( int hwnd ) : double
hwnd int
Résultat double

GetPosition() public méthode

public GetPosition ( int hwnd ) : double
hwnd int
Résultat double

GetUpperBound() public méthode

public GetUpperBound ( int hwnd ) : double
hwnd int
Résultat double

ProgressBarSvc() public méthode

public ProgressBarSvc ( ) : System
Résultat System