Provides information about the current system environment.
| C# | Visual Basic |
public static class SystemInformationHelper
Public NotInheritable Class SystemInformationHelper
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| CaptionHeight |
Gets the height, in pixels, of the standard title bar area of a window.
| |
| DebugOS |
Gets a value indicating whether the debug version of Windows CE is installed.
| |
| DoubleClickSize |
Gets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.
| |
| DoubleClickTime |
Gets the maximum number of milliseconds allowed between mouse clicks for a double-click to be valid.
| |
| FixedFrameBorderSize |
Gets the thickness, in pixels, of the frame border of a window that has a caption and is not resizable.
| |
| HorizontalScrollBarArrowWidth |
Gets the width, in pixels, of the arrow bitmap on the horizontal scroll bar.
| |
| HorizontalScrollBarHeight |
Gets the default height, in pixels, of the horizontal scroll bar.
| |
| IconSize |
Gets the dimensions, in pixels, of the Windows default program icon size.
| |
| IconSpacingSize |
Gets the size, in pixels, of the grid square used to arrange icons in a large-icon view.
| |
| MenuHeight |
Gets the height, in pixels, of one line of a menu.
| |
| MonitorCount |
Gets the number of display monitors.
| |
| MonitorsSameDisplayFormat |
Gets a value indicating whether all the display monitors are using the same pixel color format.
| |
| PowerStatus |
Gets the current system power status.
| |
| PrimaryMonitorSize |
Gets the dimensions, in pixels, of the current video mode of the primary display.
| |
| SmallIconSize |
Gets the dimensions, in pixels, of a small icon.
| |
| VerticalScrollBarArrowHeight |
Gets the height, in pixels, of the arrow bitmap on the vertical scroll bar.
| |
| VerticalScrollBarWidth |
Gets the default width, in pixels, of the vertical scroll bar.
| |
| WorkingArea |
Gets the size, in pixels, of the working area of the screen.
|
The SystemInformationHelper class provides static properties that can be used to get information about the current system environment.
The class provides access to information such as Windows display element sizes, operating system settings and the capabilities of hardware installed on the system.
| Object | |
| SystemInformationHelper | |