Screen.FromControl(Control) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère Screen pour l'affichage qui contient la plus grande partie du contrôle spécifié.
public:
static System::Windows::Forms::Screen ^ FromControl(System::Windows::Forms::Control ^ control);
public static System.Windows.Forms.Screen FromControl (System.Windows.Forms.Control control);
static member FromControl : System.Windows.Forms.Control -> System.Windows.Forms.Screen
Public Shared Function FromControl (control As Control) As Screen
Paramètres
Retours
Screen pour l'affichage qui contient la plus grande zone du contrôle spécifié. Dans plusieurs environnements d'affichage où aucun affichage ne contient le contrôle, l'affichage le plus proche du contrôle spécifié est retourné.