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 are the Style Properties of Combo Box?

2 Answers  


what is the Difference between Dynaset and Snapshot?

0 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


___ argument can be used to make a menuitem into bold.

0 Answers  


How to find the current record position in data control?

2 Answers  


What is DSN?

1 Answers  


Wat is multithreading in VB?

4 Answers  


How do I call help files from a VB program?

0 Answers  


what are the differences between image and picture controls?

3 Answers  


Write the correct order of execution of following form?s events: initialization, Load, Activate, Refresh , Paint

3 Answers  


What is meant by building a recordset.

0 Answers  


What does the Implements statement do?

1 Answers  


Categories