C# 클래스 Sirius.Win32.Lib.Controls.ScrollBar

상속: Control, IRange
파일 보기 프로젝트 열기: mkolisnyk/Sirius 1 사용 예제들

공개 메소드들

메소드 설명
GetLargeStep ( int hwnd ) : double
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetSmallStep ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ScrollBar ( ) : System
SetPosition ( int hwnd, double pos ) : void

메소드 상세

GetLargeStep() 공개 메소드

public GetLargeStep ( int hwnd ) : double
hwnd int
리턴 double

GetLowerBound() 공개 메소드

public GetLowerBound ( int hwnd ) : double
hwnd int
리턴 double

GetPosition() 공개 메소드

public GetPosition ( int hwnd ) : double
hwnd int
리턴 double

GetSmallStep() 공개 메소드

public GetSmallStep ( int hwnd ) : double
hwnd int
리턴 double

GetUpperBound() 공개 메소드

public GetUpperBound ( int hwnd ) : double
hwnd int
리턴 double

ScrollBar() 공개 메소드

public ScrollBar ( ) : System
리턴 System

SetPosition() 공개 메소드

public SetPosition ( int hwnd, double pos ) : void
hwnd int
pos double
리턴 void