Screen::DeviceName Property

 

Gets the device name associated with a display.

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

public:
property String^ DeviceName {
	String^ get();
}

Property Value

Type: System::String^

The device name associated with a display.

This string may contain non-printable characters.

.NET Framework
Available since 1.1
Return to top
Show: