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

Inheritance: IProgressBarContract
Show file Open project: mkolisnyk/Sirius

Public Methods

Method Description
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ProgressBarSvc ( ) : System

Method Details

GetLowerBound() public method

public GetLowerBound ( int hwnd ) : double
hwnd int
return double

GetPosition() public method

public GetPosition ( int hwnd ) : double
hwnd int
return double

GetUpperBound() public method

public GetUpperBound ( int hwnd ) : double
hwnd int
return double

ProgressBarSvc() public method

public ProgressBarSvc ( ) : System
return System