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

Inheritance: ISpinContract
Show file Open project: mkolisnyk/Sirius

Public Methods

Method Description
GetLargeStep ( int hwnd ) : double
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetSmallStep ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
GetValue ( int hwnd ) : double
SetPosition ( int hwnd, double pos ) : void
SetValue ( int hwnd, double pos ) : void
SpinSvc ( ) : System

Method Details

GetLargeStep() public method

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

GetLowerBound() public method

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

GetPosition() public method

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

GetSmallStep() public method

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

GetUpperBound() public method

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

GetValue() public method

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

SetPosition() public method

public SetPosition ( int hwnd, double pos ) : void
hwnd int
pos double
return void

SetValue() public method

public SetValue ( int hwnd, double pos ) : void
hwnd int
pos double
return void

SpinSvc() public method

public SpinSvc ( ) : System
return System