다음을 통해 공유


RibbonApplicationMenu.AuxiliaryPaneContent 속성

응용 프로그램 메뉴 보조 창의 콘텐츠를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Windows.Controls.Ribbon
어셈블리:  RibbonControlsLibrary(RibbonControlsLibrary.dll)

구문

‘선언
Public Property AuxiliaryPaneContent As Object
    Get
    Set
public Object AuxiliaryPaneContent { get; set; }
public:
property Object^ AuxiliaryPaneContent {
    Object^ get ();
    void set (Object^ value);
}
member AuxiliaryPaneContent : Object with get, set
function get AuxiliaryPaneContent () : Object
function set AuxiliaryPaneContent (value : Object)

속성 값

형식: System.Object
응용 프로그램 메뉴 보조 창의 콘텐츠입니다.등록된 기본값은 nullNull 참조(Visual Basic의 경우 Nothing)입니다.값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하십시오.

종속성 속성 정보

식별자 필드

AuxiliaryPaneContentProperty

true로 설정된 메타데이터 속성

없음

설명

응용 프로그램 메뉴에는 추가 콘텐츠를 호스팅할 수 있는 보조 창이 있습니다. AuxiliaryPaneContent 속성은 RibbonGallery를 호스팅하며 일반적으로 최근 문서 목록을 표시하는 데 사용됩니다.

다음 그림에서는 리본 컨트롤의 응용 프로그램 메뉴를 보여 줍니다. 보조 창은 최근 문서 목록을 호스트합니다.

리본 응용 프로그램 메뉴

예제

다음 예제에서는 앞에 나온 응용 프로그램 메뉴의 보조 창 콘텐츠를 보여 줍니다.

<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>

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

RibbonApplicationMenu 클래스

Microsoft.Windows.Controls.Ribbon 네임스페이스