EditorPartDesigner.CreateViewControl 方法

定義

建立相關聯 EditorPart 控制項的複本,以在設計階段呈現。

protected:
 override System::Web::UI::Control ^ CreateViewControl();
protected override System.Web.UI.Control CreateViewControl ();
override this.CreateViewControl : unit -> System.Web.UI.Control
Protected Overrides Function CreateViewControl () As Control

傳回

Control

相關聯 EditorPart 控制項的複本。

備註

系統會覆寫這個方法,以將區域資訊複製到檢視控制項。

適用於