what is the Difference between Listindex and Tab index?
Answer Posted / 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 View All Answers
What's the difference between MODAL and MODELESS forms?
Why visual basic is used?
Whether HTML supports multimedia: and document links?
How would you find out the value property in Slider Bar Control?
Scope of API?s can be of different types, what are they Why API functions are Required?
Explain Types of DBCombo boxes?
Types of ActiveX Components in VB?
What is Internet Explorer and its uses?
Is it possible to Access BackEnd procedures?
What is "Reserved Error -1209"?
What is connection object in vb net?
Types of LockEdits in RDO.
How do you change the icon and otherwise manipulate the DOS box?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
What is ActiveX Document?