Språk

Control.IControlDesignerAccessor.SetOwnerControl(Control) Metod

Definition

En beskrivning av den här medlemmen finns i SetOwnerControl(Control).

 virtual void System.Web.UI.IControlDesignerAccessor.SetOwnerControl(System::Web::UI::Control ^ owner) = System::Web::UI::IControlDesignerAccessor::SetOwnerControl;
void IControlDesignerAccessor.SetOwnerControl(System.Web.UI.Control owner);
abstract member System.Web.UI.IControlDesignerAccessor.SetOwnerControl : System.Web.UI.Control -> unit
override this.System.Web.UI.IControlDesignerAccessor.SetOwnerControl : System.Web.UI.Control -> unit
Sub SetOwnerControl (owner As Control) Implements IControlDesignerAccessor.SetOwnerControl

Parametrar

owner
Control

Kontrollens ägare.

Implementeringar

Undantag

owner är inställd på den aktuella kontrollen.

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen Control skickas till ett IControlDesignerAccessor gränssnitt.

Gränssnittet IControlDesignerAccessor används av en kontrolldesigner för att utföra designtidsåtgärder på kontrollen.

Gäller för