RibbonApplicationMenu.AuxiliaryPaneContentTemplate プロパティ

定義

ユーザー補助アプリケーションのメニュー ウィンドウのコンテンツを表示するために使用するテンプレートを取得または設定します。

public:
 property System::Windows::DataTemplate ^ AuxiliaryPaneContentTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate AuxiliaryPaneContentTemplate { get; set; }
member this.AuxiliaryPaneContentTemplate : System.Windows.DataTemplate with get, set
Public Property AuxiliaryPaneContentTemplate As DataTemplate

プロパティ値

DataTemplate

ユーザー補助アプリケーションのメニュー ウィンドウのコンテンツを表示するために使用するテンプレート。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

注釈

依存プロパティ情報

識別子フィールド AuxiliaryPaneContentTemplateProperty
に設定されたメタデータ プロパティ true なし

適用対象