Avoiding the TAB sequence on TextBox.

  • Thread starter Thread starter smith Smith
  • Start date Start date
Not sure what you mean, but in case you refer to a textbox not receiving
focus when pressing the Tab key, try setting the TabIndex property to -1.
 
Thank you very much.
By setting the tab index = -1, I can skip the tab navigation on a given
control.
Smith
 
Back
Top