Tab Order

  • Thread starter Thread starter Oleg
  • Start date Start date
O

Oleg

Hi All,

How to set controls tab order of the dialog in C#
project ?

In C++ it was a menu: "Format->Tab Order".

Thanks
 
-----Original Message-----
Hi All,

How to set controls tab order of the dialog in C#
project ?

In C++ it was a menu: "Format->Tab Order".

Thanks
.
Tab order is set in properties of the control.
I think is is called TabIndex.
 
-----Original Message-----
Hi All,

How to set controls tab order of the dialog in C#
project ?

In C++ it was a menu: "Format->Tab Order".

Thanks
.
My reply of about one minute ago is about
Web Forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top