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

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

Méthodes publiques

Méthode Description
GetLargeStep ( int hwnd ) : double
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetSmallStep ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ScrollBarSvc ( ) : System
SetPosition ( int hwnd, double pos ) : void

Method Details

GetLargeStep() public méthode

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

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

GetSmallStep() public méthode

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

GetUpperBound() public méthode

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

ScrollBarSvc() public méthode

public ScrollBarSvc ( ) : System
Résultat System

SetPosition() public méthode

public SetPosition ( int hwnd, double pos ) : void
hwnd int
pos double
Résultat void