TaskbarSetProgress Method  | 
 
            Sets the state and progress of the application.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic static void SetProgress(
	TaskbarProgressState state,
	float progress = 0f
)
Public Shared Sub SetProgress ( 
	state As TaskbarProgressState,
	Optional progress As Single = 0F
)
static member SetProgress : 
        state : TaskbarProgressState * 
        ?progress : float32 
(* Defaults:
        let _progress = defaultArg progress 0f
*)
-> unit 
Parameters
- state
 - Type: Eto.FormsTaskbarProgressState
Taskbar button state. - progress (Optional)
 - Type: SystemSingle
Progress in range from 0.0f to 1.0f. 
See Also