R
Ryan Liu
How to loop though controls on the form?
I set each control's TabStop and TabIndex, but at run time, I press Tab key,
it jump though first control to last control and does not go back to the
first one unless I use Alt + Tab to go reverse direction.
How can I write C# code to allow user just to use Tab kek to loop though the
controls?
Thanks!
I set each control's TabStop and TabIndex, but at run time, I press Tab key,
it jump though first control to last control and does not go back to the
first one unless I use Alt + Tab to go reverse direction.
How can I write C# code to allow user just to use Tab kek to loop though the
controls?
Thanks!