Screen.AllScreens Proprietà

Definizione

Ottiene una matrice di tutti gli schermi nel sistema.

public:
 static property cli::array <System::Windows::Forms::Screen ^> ^ AllScreens { cli::array <System::Windows::Forms::Screen ^> ^ get(); };
public static System.Windows.Forms.Screen[] AllScreens { get; }
static member AllScreens : System.Windows.Forms.Screen[]
Public Shared ReadOnly Property AllScreens As Screen()

Valore della proprietà

Screen[]

Matrice di tipo Screen, contenente tutti i display nel sistema.

Si applica a