C# 클래스 FirstFloor.ModernUI.Windows.TaskbarProgress

상속: IDisposable
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
Set ( TaskbarState state ) : void
Set ( double value ) : void
Set ( long value, long max ) : void
TaskbarProgress ( ) : System
TaskbarProgress ( IntPtr windowHandle ) : System
TaskbarProgress ( Window window ) : System

비공개 메소드들

메소드 설명
SetState ( IntPtr handle, TaskbarState state ) : void
SetValue ( IntPtr handle, ulong value, ulong max ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Set() 공개 메소드

public Set ( TaskbarState state ) : void
state TaskbarState
리턴 void

Set() 공개 메소드

public Set ( double value ) : void
value double
리턴 void

Set() 공개 메소드

public Set ( long value, long max ) : void
value long
max long
리턴 void

TaskbarProgress() 공개 메소드

public TaskbarProgress ( ) : System
리턴 System

TaskbarProgress() 공개 메소드

public TaskbarProgress ( IntPtr windowHandle ) : System
windowHandle System.IntPtr
리턴 System

TaskbarProgress() 공개 메소드

public TaskbarProgress ( Window window ) : System
window System.Windows.Window
리턴 System