Screen::AllScreens Property

 

Gets an array of all displays on the system.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property array<Screen^>^ AllScreens {
	static array<Screen^>^ get();
}

Property Value

Type: array<System.Windows.Forms::Screen^>^

An array of type Screen, containing all displays on the system.

.NET Framework
Available since 1.1
Return to top
Show: