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 is the default property of datacontrol?

2 Answers   VSoft,


what are the Types of Resultsets?

0 Answers  


What is DDE?

1 Answers  


Binary Access-method isused to access file in which manner?

0 Answers  


What is OLEDB?

0 Answers  






what are the Types of LockEdits in RDO?

0 Answers  


What is the use of Immediate, Local Window?

1 Answers  


What are the tools available for Debuggiu in VB?

0 Answers  


What is DBSqlPassThrough?

0 Answers  


How can you check Beginning and End of the file?

2 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  


What is the need of zorder method?

1 Answers  


Categories