Here is the solution that worked for me although it is strange that I don't ever see the buttons text value, I am not sure at what point that gets set. I am also not sure if this would work if you had multiple steps.
Dim myButton As Button
myButton = CType(CreateUserWizard1.CreateUserStep.CustomNavigationTemplateContainer _
.FindControl("StepNextButtonButton"), Button)