Link to home
Start Free TrialLog in
Avatar of mp45
mp45Flag for Germany

asked on

LinkLabel: How to set "TabStop = False"

Hi,

Controls such as TextBox have the property "TabStop". If it is set to 'False' it is ignored in the sequence of controls which are passed through when the TAB key is pressed.

What's about the LinkLabel? I cannot find the property "TabStop" there. Is there an equivalent prop available which has just another name. If not, how can I automatically pass the focus to the next control without nowing which control the next one should be. However, if the linklabel is clicked it should not pass the focus to the next control.

Kind regards
Michael
ASKER CERTIFIED SOLUTION
Avatar of raja_ind82
raja_ind82
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mp45

ASKER

thanks, MIchael