Click or drag to resize

TaskbarIHandlerSetProgress Method

Sets the state and progress of the application.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetProgress(
	TaskbarProgressState state,
	float progress
)

Parameters

state
Type: Eto.FormsTaskbarProgressState
Taskbar button state.
progress
Type: SystemSingle
Progress in range from 0.0f to 1.0f.
See Also