To add a Tab method to the DialogBox class, you could add the following 4Test code to your frame.inc file (or other include file):
winclass DialogBox : DialogBox
Tab (INTEGER iTimes optional)
if (iTimes == NULL)
iTimes = 1
this.TypeKeys ("<tab {iTimes}>")