次の方法で共有


ChangePassword.SuccessTemplateContainer プロパティ

定義

ChangePassword コントロールが SuccessTemplate テンプレートのインスタンスを作成するために使用したコンテナーを取得します。 これにより、子コントロールにプログラムからアクセスできるようになります。

public:
 property System::Web::UI::Control ^ SuccessTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control SuccessTemplateContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SuccessTemplateContainer : System.Web.UI.Control
Public ReadOnly Property SuccessTemplateContainer As Control

プロパティ値

Control

Control を格納している SuccessTemplate

属性

適用対象

こちらもご覧ください