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 |
What are the Style Properties of Combo Box?
what is the Difference between Dynaset and Snapshot?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
___ argument can be used to make a menuitem into bold.
How to find the current record position in data control?
What is DSN?
Wat is multithreading in VB?
How do I call help files from a VB program?
what are the differences between image and picture controls?
Write the correct order of execution of following form?s events: initialization, Load, Activate, Refresh , Paint
What is meant by building a recordset.
What does the Implements statement do?