|
Accessibility Parameters
The system maintains a set of accessibility parameters that indicate whether
the user has special needs or preferences. The user controls the state of these
parameters, typically using a Control Panel application. Control Panel
applications or other programs that allow the user to customize the Windows environment
can use the SystemParametersInfo function to set the accessibility parameters.
Applications should use the GetSystemMetrics function to determine the state of the accessibility parameters. When an
accessibility parameter is set to TRUE, the application should modify its user
interface, if necessary, to accomodate the user's preferences.
Win32 supports the following accessibility parameter:
Parameter
| Description
| ShowSounds
| Indicates that an application that typically uses sound to convey important
information should provide the information visually.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|