System.Windows.Forms.Screen: Property Members

The properties of System.Windows.Forms.Screen are listed below. For a list of all members, see the Screen Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
AllScreensScreen[].

Gets an array of all displays on the system.

[read-only]
BitsPerPixelint.

Gets the number of bits of memory, associated with one pixel of data.

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the bounds of the display.

[read-only]
DeviceNamestring.

Gets the device name associated with a display.

[read-only]
Primarybool.

Gets a value indicating whether a particular display is the primary device.

[read-only]
static
PrimaryScreenScreen.

Gets the primary display.

[read-only]
WorkingAreaSystem.Drawing.Rectangle.

Gets the working area of the display. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.