SystemParameter Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the system parameter type.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
| Member name | Description | |
|---|---|---|
| CaretWidthMetric | Identifies the caret width, in pixels, for edit controls. Use the SystemInformation.CaretWidth property to access this systemwide parameter. | |
| DropShadow | Identifies the drop shadow effect. Use the SystemInformation.IsDropShadowEnabled property to determine if this effect is enabled. | |
| FlatMenu | Identifies the flat menu appearance feature. Use the SystemInformation.IsFlatMenuEnabled property to determine if this feature is enabled. | |
| FontSmoothingContrastMetric | Identifies the contrast value used in ClearType font smoothing. Use the SystemInformation.FontSmoothingContrast property to access this systemwide parameter. | |
| FontSmoothingTypeMetric | Identifies the type of font smoothing. Use the SystemInformation.FontSmoothingType property to access this systemwide parameter. | |
| HorizontalFocusThicknessMetric | Identifies the thickness of the left and right edges of the system focus rectangle. Use the SystemInformation.HorizontalFocusThickness property to access this systemwide parameter. | |
| MenuFadeEnabled | Identifies the menu fade animation feature. Use the SystemInformation.IsMenuFadeEnabled property to determine if this feature is enabled. | |
| SelectionFade | Identifies the selection fade effect. Use the SystemInformation.IsSelectionFadeEnabled property to determine if this feature is enabled. | |
| ToolTipAnimationMetric | Identifies the ToolTip animation feature. Use the SystemInformation.IsToolTipAnimationEnabled property to determine if this feature is enabled. | |
| UIEffects | Identifies the user interface (UI) effects feature. Use the SystemInformation.UIEffectsEnabled property to determine if this feature is enabled. | |
| VerticalFocusThicknessMetric | Identifies the thickness of the top and bottom edges of the system focus rectangle. Use the SystemInformation.VerticalFocusThickness property to access this systemwide parameter. |
The SystemParameter enumeration is primarily used by the IsPresent method. IsPresent retrieves whether a SystemParameter is supported on the current version of the operating system.
For more information about systemwide parameters, see "SystemParametersInfo" in the Platform SDK documentation at http://msdn.microsoft.com.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: