Dialog for ASP.NET Web Forms
Content プロパティ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Dialog 名前空間 > C1Dialog クラス : Content プロパティ
C1Dialog コントロールのコンテンツ領域のテンプレートを取得または設定します。
シンタックス
'宣言
 
Public Property Content As System.Web.UI.ITemplate
public System.Web.UI.ITemplate Content {get; set;}
解説
ContentTemplate プロパティを使用し、ダイアログウィンドウのコンテンツを制御します。 ダイアログのテンプレートを指定するには、ContentUrl プロパティをリセットし、<ContentTemplate> タグを コントロールの開始と終了タグの間に挿入します。 <ContentTemplate> の開始と終了タグの間にテンプレートのコンテンツをリスト表示できます。
参照

C1Dialog クラス
C1Dialog メンバ
C1Window