ObjectList.EnsureChildControls Method

Definition

Determines whether the server control contains child controls. If it does not, it creates child controls. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override void EnsureChildControls();
protected override void EnsureChildControls ();
override this.EnsureChildControls : unit -> unit
Protected Overrides Sub EnsureChildControls ()

Applies to