accessible keyboard layout button
This commit is contained in:
parent
51c22b840c
commit
ffe424725d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ namespace SafeExamBrowser.UserInterface.Desktop.Controls.Taskbar
|
||||||
CultureCodeTextBlock.Text = layout.CultureCode;
|
CultureCodeTextBlock.Text = layout.CultureCode;
|
||||||
CultureNameTextBlock.Text = layout.CultureName;
|
CultureNameTextBlock.Text = layout.CultureName;
|
||||||
LayoutNameTextBlock.Text = layout.LayoutName;
|
LayoutNameTextBlock.Text = layout.LayoutName;
|
||||||
|
System.Windows.Automation.AutomationProperties.SetHelpText(Button, layout.Name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue