| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:NextTabStop and PROP:PrevTabStop ====== | [[prop nextpageno.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop noframe.htm|{{btn_next_n.gif|Next page}}]] | | || PROP:NextTabStop returns the next control (field equate label) that can have input focus and be reached by pressing the Tab key. PROP:PrevTabStop returns the previous control (field equate label) that can have input focus and be reached by pressing ShiftTab key **Example:** **NextControlFEQ = window{PROP:NextTabStop} !get next control to TAB to** **PrevControlFEQ = window{PROP:PrevTabStop} !Get next control to shift-tab to** **Window{PROP:NextTabStop} = ?List !Set the next control to tab to**