Me.AtlasTestProgress.SetItemStatus("RunStatus", MicroFour.StrataFrame.UI.ProgressIndicatorItemStatus.Active)
Also, you can always overwrite the settings of the ProgressIndicator on the pages PageActivated event (or whereever meets your need) as well using the SetItemStatus method as you did in your example.