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

Inheritance: Control
Show file Open project: mkolisnyk/Sirius Class Usage Examples

Public Methods

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

ProgressBar() public method

public ProgressBar ( ) : System
return System