Screen.AllScreens プロパティ
システム上のすべてのディスプレイの配列を取得します。
Public Shared ReadOnly Property AllScreens As Screen ()
[C#]
public static Screen[] AllScreens {get;}
[C++]
public: __property static Screen* get_AllScreens();
[JScript]
public static function get AllScreens() : Screen[];
プロパティ値
システム上のすべてのディスプレイを格納している Screen 型の配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ