banner

Status.get_MouseTutorCompleted method

Determines whether the end user has completed the mouse tutorial in Windows Welcome.

Syntax

bCompleted = window.external.Status.get_MouseTutorCompleted();

Parameters None
Return Values Boolean. Returns the value TRUE if the end user has completed the mouse tutorial in Windows Welcome.
Applies To window.external.Status
Example
bCompleted = window.external.Status.get_MouseTutorCompleted();