____ is the difference between Listindex and Tab index.

Showing Answers 1 - 4 of 4 Answers

sanjeev prabhudesai

  • Apr 12th, 2005
 

most generally: 
Listindex:-index of an Item in a List, can be of a Listboc control. 
 
Tab index:-determines how control/cursor moves from one cotrol to another on a Form(container)

List index is the property for Listbox control if we add items to the list box list index will be created it will be start from 0

Tab intex is tab movment to set focus the control when pressing tab key..this property we can set most all the visible controls tabindex is also start from 0 only

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions