PasswordRecovery.SuccessTemplateContainer プロパティ

定義

PasswordRecovery コントロールが 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

属性

注釈

このプロパティは、テンプレートを使用する場合にプログラムで子コントロールにアクセスするために使用できます。

適用対象

こちらもご覧ください