ChangePassword.CreateChildControls 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分别创建组成 ChangePassword 控件的各个控件,以便为回发或呈现做准备。
protected public:
override void CreateChildControls();
protected internal override void CreateChildControls ();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()
例外
DisplayUserName 属性设置为 false
,ChangePasswordTemplate 就包含 IEditableTextControl 属性设置为“UserName”的实现 ID 接口的控件。
- 或 -
DisplayUserName 属性设置为 true
,ChangePasswordTemplate 就不包含 IEditableTextControl 属性设置为“UserName”的实现 ID 接口的控件。
- 或 -
ChangePasswordTemplate 不包含 IEditableTextControl 属性设置为“CurrentPassword”的实现 ID 接口的控件。
- 或 -
ChangePasswordTemplate 不包含 IEditableTextControl 属性设置为“NewPassword”的实现 ID 接口的控件。
注解
方法 CreateChildControls 创建构成 ChangePassword 控件的控件实例,并为其事件创建默认事件处理程序。