Prevent tabbing off the form

Hi,


When you tab out of the last control on a form which has a TabStop property you end in the browser itself (usually in the toolbar which contains the URL at the top). Is this default behaviour? I would propose default behaviour being to go back to the the first control (TabStop = 0) which has a TabStop property.

// Thom

This is the default behavior, as otherwise, the browser environment itself would not be keyboard-accessible. As far as we know, this cannot be prevented.