ControlBuilder.InPageTheme プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この ControlBuilder オブジェクトを使用してページ テーマを生成するかどうかを示すブール値を取得します。
protected:
property bool InPageTheme { bool get(); };
protected bool InPageTheme { get; }
member this.InPageTheme : bool
Protected ReadOnly Property InPageTheme As Boolean
プロパティ値
この ControlBuilder を使用してページ テーマを生成する場合は true
。それ以外の場合は false
。