How do you set a control to NOT stop on a tab?
Does the “HasFocusRing” not work?
How do you set a control to NOT stop on a tab?
Does the “HasFocusRing” not work?
Hi Jim,
HasFocusRing only controls whether a control has a highlight when focused or not.
To change the tab order of controls use the TabOrder property, and if you set it to -1 the control will be skipped.
Thanks Ian. The menu Edit->Tab Order does not appear to allow the ‘skip’.
I never use that menu option, gets way too cluttered very quickly!
I just click on the control I need to change and use the TabOrder entry in the Info panel.
[quote=120796:@Jim Smith]How do you set a control to NOT stop on a tab?
Does the “HasFocusRing” not work?[/quote]
In the control you want to skip, set focus on the next control in tab order in GotFocus.