C# Class Sirius.Win32.Lib.Controls.ProgressBar

Inheritance: Control
Afficher le fichier Open project: mkolisnyk/Sirius Class Usage Examples

Méthodes publiques

Méthode Description
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ProgressBar ( ) : 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

ProgressBar() public méthode

public ProgressBar ( ) : System
Résultat System