How do I easily navigate textboxes contained within a form.

My form has a lot of textboxes so I don't particularly want to make a KeyDown event for each.

I think I need to group the controls and handle it that way somehow with their TabIndex.

I'm lost without the control array of VB6 and can't find anything to show me how to do it.