ErrorProvider.GetIconAlignment(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.
Obtient une valeur qui indique l'emplacement de l'icône d'erreur par rapport au contrôle.
public:
System::Windows::Forms::ErrorIconAlignment GetIconAlignment(System::Windows::Forms::Control ^ control);
public System.Windows.Forms.ErrorIconAlignment GetIconAlignment (System.Windows.Forms.Control control);
member this.GetIconAlignment : System.Windows.Forms.Control -> System.Windows.Forms.ErrorIconAlignment
Public Function GetIconAlignment (control As Control) As ErrorIconAlignment
Paramètres
- control
- Control
Contrôle pour lequel obtenir l'emplacement de l'icône.
Retours
Une des valeurs de l'objet ErrorIconAlignment. L'alignement de l'icône par défaut est MiddleRight.
Exceptions
control
a la valeur null
.