Screen::Primary Property

 

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

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

public:
property bool Primary {
	bool get();
}

Property Value

Type: System::Boolean

true if this display is primary; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: