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

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

공개 메소드들

메소드 설명
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ProgressBar ( ) : System

메소드 상세

GetLowerBound() 공개 메소드

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

GetPosition() 공개 메소드

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

GetUpperBound() 공개 메소드

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

ProgressBar() 공개 메소드

public ProgressBar ( ) : System
리턴 System