what is the Difference between Listindex and Tab index?



what is the Difference between Listindex and Tab index?..

Answer / guest

LIST INDEX::
Returns or sets theindex of the currently selected item in
the control. Not available at design time.Default LIST
INDEX IS -1 for ComboBox, DirListBox, and DriveListBox
controls

TAB INDEX::
Returns or sets thetab order of most objects within their
parent form.Visual Basic automatically renumbers the
TabIndex of other controls to reflect insertions and
deletions. You can make changes atdesign time using
theProperties window or atrun time in code.The TabIndex
property isn't affected by the ZOrder method.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What does the NewIndex property return?

2 Answers  


i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).

1 Answers   Nissan, TechSoft,


What is VB ShellScripting?

1 Answers   Wipro,


what is the Max size allowed for label caption length?

2 Answers  


Difference between Recordset and Querydef?

2 Answers   3i Infotech, IBM, TCS,


How would you map properties to controls by using ActiveX Control Interface Wizard?

1 Answers  


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

1 Answers  


What is a Component?

1 Answers  


What are the different cursor types that can we create using ADO Recordset? Difference between these cursor types?

2 Answers  


What is script control?

1 Answers  


___ Property is used to count no. of items in a combobox.

1 Answers  


How can I speed up my VB database application?

1 Answers  


Categories