You are creating a Windows Forms application by using the .NET Framework 3.5.
Your application will be used by a government department. You need to ensure that the application meets accessibility requirements.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A.
Expose keyboard focus visually and programmatically.
B.
Use the NeutralResourceLanguageAttribute attribute in the assembly.
C.
Provide documented keyboard access to all application features.
D.
Set all the colors to primary colors when the high contrast mode is on.
E.
Display all user interface elements by using the system color scheme when the high contrast mode is on.
F.
Either display all visual cues or create sound effects for any information that is conveyed through color when high contrast mode is off.