CreateUserWizard.CreateChildControls 方法
定义
由 ASP.NET 页面框架调用以通知此控件创建任何回发或呈现的表示形式中包含的子控件。Called by the ASP.NET page framework to notify this control to create any child controls that it contains in preparation for posting back or rendering.
protected public:
override void CreateChildControls();
protected internal override void CreateChildControls ();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()