Dot Net WindowsForms Question:
What is the difference between Listindex and Tab index?
Answer:
Listindex : This property is used to check the index value
of the items in the Listbox
Tabindex : This property is used to set the flow of
controls in the form when we press the tab button.
of the items in the Listbox
Tabindex : This property is used to set the flow of
controls in the form when we press the tab button.
Previous Question | Next Question |
Which property of menu cannot be set at run time? | What is the need of z-order method? |