This is a migrated thread and some comments may be shown as answers.

Prevent RadToolBar from being a tab stop

1 Answer 111 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 07 Jun 2013, 10:18 PM
I have IsTabStop="False" set on my RadToolBar but when I start tabbing it still gets focus... why is this and how do I stop it from being a tab stop?

1 Answer, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 12 Jun 2013, 12:57 PM
Hello Dean Kuga,

The RadToolBar control itself doesn't get the focus by default.
It is its children that receives the focus. So in order to exclude it from the focus scope you could set the "IsTabStop" property to "False" to all children of the RadToolBar control.
By design the value of the "IsTabStop" property of the RadToolBar is not propagated to its children, because this will make "focus related" customizations harder to achieve.

Regards,
Vladislav
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ToolBar
Asked by
Dean
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Share this question
or