C# Class FirstFloor.ModernUI.Windows.TaskbarProgress

Inheritance: IDisposable
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SetState ( IntPtr handle, TaskbarState state ) : void
SetValue ( IntPtr handle, ulong value, ulong max ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Set() public method

public Set ( TaskbarState state ) : void
state TaskbarState
return void

Set() public method

public Set ( double value ) : void
value double
return void

Set() public method

public Set ( long value, long max ) : void
value long
max long
return void

TaskbarProgress() public method

public TaskbarProgress ( ) : System
return System

TaskbarProgress() public method

public TaskbarProgress ( IntPtr windowHandle ) : System
windowHandle System.IntPtr
return System

TaskbarProgress() public method

public TaskbarProgress ( Window window ) : System
window System.Windows.Window
return System