RibbonApplicationMenu.AuxiliaryPaneContent 속성

정의

애플리케이션 메뉴 보조 창의 콘텐츠를 가져오거나 설정합니다.

public:
 property System::Object ^ AuxiliaryPaneContent { System::Object ^ get(); void set(System::Object ^ value); };
public object AuxiliaryPaneContent { get; set; }
member this.AuxiliaryPaneContent : obj with get, set
Public Property AuxiliaryPaneContent As Object

속성 값

Object

애플리케이션 메뉴 보조 창의 콘텐츠입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

예제

다음 예제에서는 이전에 표시 된 애플리케이션 메뉴 보조 창의 콘텐츠를 보여 줍니다.

<ribbon:RibbonApplicationMenu.AuxiliaryPaneContent>
    <ribbon:RibbonGallery CanUserFilter="False"
                          ScrollViewer.VerticalScrollBarVisibility="Auto">
        <ribbon:RibbonGalleryCategory Header="Recent Documents" 
                                      Background="Transparent" 
                                      ItemsSource="{DynamicResource MostRecentFiles}">
            <ribbon:RibbonGalleryCategory.ItemsPanel>
                <ItemsPanelTemplate>
                    <StackPanel Orientation="Vertical" IsItemsHost="True"/>
                </ItemsPanelTemplate>
            </ribbon:RibbonGalleryCategory.ItemsPanel>
        </ribbon:RibbonGalleryCategory>
    </ribbon:RibbonGallery>
</ribbon:RibbonApplicationMenu.AuxiliaryPaneContent>

설명

애플리케이션 메뉴에는 보조 창의 는 추가 콘텐츠를 호스트할 수 있습니다. 합니다 AuxiliaryPaneContent 속성 호스트는 RibbonGallery 최근 문서 목록을 표시 하려면 일반적으로 사용 됩니다.

다음 그림에서는 리본 컨트롤에 대 한 애플리케이션 메뉴를 보여 줍니다. 보조 창에는 최근 문서 목록을 호스팅합니다.

리본 응용 프로그램 메뉴

종속성 속성 정보

식별자 필드 AuxiliaryPaneContentProperty
메타 데이터 속성 설정 true 없음

적용 대상