C# 클래스 TaskbarProgress, AA2Install

파일 보기 프로젝트 열기: aa2g/AA2Install 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void

Sets the state of the progress bar.

SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void

Sets the value of the progress bar.

메소드 상세

SetState() 공개 정적인 메소드

Sets the state of the progress bar.
public static SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
windowHandle IntPtr The handle of the window.
taskbarState TaskbarStates The state to set the progress bar to.
리턴 void

SetValue() 공개 정적인 메소드

Sets the value of the progress bar.
public static SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void
windowHandle IntPtr The handle of the window.
progressValue double The value of the progress bar.
progressMax double The maximum value of the progress bar.
리턴 void