ErrorProvider.CanExtend(Object) 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 indiquant si un contrôle peut être étendu.
public:
virtual bool CanExtend(System::Object ^ extendee);
public bool CanExtend (object extendee);
public bool CanExtend (object? extendee);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Function CanExtend (extendee As Object) As Boolean
Paramètres
- extendee
- Object
Contrôle à étendre.
Retours
true
si le contrôle peut être étendu ; sinon, false
.
Cette propriété sera true
si l'objet est Control et n'est pas Form ou ToolBar.
Implémente
Remarques
En règle générale, vous allez utiliser CanExtend pour déterminer si vous pouvez attacher un ErrorProvider au contrôle spécifié.