IControlDesignerAccessor.SetOwnerControl(Control) Méthode

Définition

En cas d'implémentation, spécifie le contrôle qui agit en tant que propriétaire du contrôle implémentant cette méthode.

public:
 void SetOwnerControl(System::Web::UI::Control ^ owner);
public void SetOwnerControl (System.Web.UI.Control owner);
abstract member SetOwnerControl : System.Web.UI.Control -> unit
Public Sub SetOwnerControl (owner As Control)

Paramètres

owner
Control

Contrôle devant agir en tant que propriétaire.

Remarques

Dans un scénario de conteneur composite où un contrôle contient un autre contrôle, le conteneur est le propriétaire du contrôle.

S’applique à

Voir aussi