Gets or sets the tab order of the control within its container. Namespace: System.Windows.Forms
Control.TabStop - Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. Namespace: System.Windows.Forms
For a control to be included in the tab order, its TabStop property must be set to true
What Do You Mean - You Can't Use TabIndex Because You Used It For A TextBox ? Did You Not Read The Last Post ?
What Programming Environment Are You Working With ?
Web Stuff (.NET), Desktop Applications (VB6) ?
Is It That You Can Use A Mouse, But You Don't Want To ?
The Standard Way(s) To Do What You Want (Via The Keyboard) Is To Use ShortCuts (Ctrl-X, Alt-F4 etc) Or Use The Tab Key To Navigate To (Give Focus To) The Control In Question, And Use The <Enter> Key To Execute The Click Event.
If You're Convinced That You Can't Use These Methods, Then You'll Have To Explain Your Problem More Fully.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.