ControlBuilder.InPageTheme プロパティ

定義

この ControlBuilder オブジェクトを使用してページ テーマを生成するかどうかを示すブール値を取得します。

protected:
 property bool InPageTheme { bool get(); };
protected bool InPageTheme { get; }
member this.InPageTheme : bool
Protected ReadOnly Property InPageTheme As Boolean

プロパティ値

この ControlBuilder を使用してページ テーマを生成する場合は true。それ以外の場合は false

適用対象