IControlDesignerAccessor.SetOwnerControl(Control) 方法

定义

实现时,指定作为所有者控制方法实现的控件。

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)

参数

owner
Control

作为所有者的控件。

注解

在一个控件包含其他控件的复合容器方案中,容器是控件所有者。

适用于

另请参阅