ControlDesigner.CreateViewControl Method

Definition

Returns a copy of the associated control for viewing or rendering on the design surface.

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

Returns

A Web server control.

Applies to

See also