This documentation is archived and is not being maintained.
UserPreferenceCategory Enumeration
.NET Framework 1.1
Identifies areas of user preferences that have changed.
[Visual Basic] <Serializable> Public Enum UserPreferenceCategory [C#] [Serializable] public enum UserPreferenceCategory [C++] [Serializable] __value public enum UserPreferenceCategory [JScript] public Serializable enum UserPreferenceCategory
Members
| Member name | Description |
|---|---|
| Accessibility | Specifies user preferences associated with accessibility of the system for users with disabilities. |
| Color | Specifies user preferences associated with system colors, such as the default color of windows or menus. |
| Desktop | Specifies user preferences associated with the system desktop. This might reflect a change in desktop background images, or desktop layout. |
| General | Specifies user preferences that are not associated with any other category. |
| Icon | Specifies user preferences for icon settings, including icon height and spacing. |
| Keyboard | Specifies user preferences for keyboard settings, such as the keyboard repeat rate. |
| Locale | Specifies changes in user preferences for regional settings, such as the character encoding and culture strings. |
| Menu | Specifies user preferences for menu settings, such as menu delays and text alignment. |
| Mouse | Specifies user preferences for mouse settings, such as double-click time and mouse sensitivity. |
| Policy | Specifies user preferences for policy settings, such as user rights and access levels. |
| Power | Specifies the user preferences for system power settings. An example of a power setting is the time required for the system to automatically enter low power mode. |
| Screensaver | Specifies user preferences associated with the screensaver. |
| Window | Specifies user preferences associated with the dimensions and characteristics of windows on the system. |
Requirements
Namespace: Microsoft.Win32
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: