Legend
| Property: bool TabStop
Declarationbool TabStop SummaryGets or sets a value indicating whether the user can give the focus to this control using the TAB key. This property’s value automatically changes every time Text changes; it is set to true if there is a link in the text, false otherwise. To achieve deviant behaviour, set TabStop immediately after setting Text. |