BaseValidatorDesigner.CreateViewControl Method

Definition

Returns a copy of the associated control to render on the design surface.

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

Returns

A Web server control.

Applies to

See also