RibbonApplicationMenuItem.ShouldApplyItemContainerStyle 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ItemContainerStyle 또는 ItemContainerStyleSelector 속성의 스타일을 지정된 항목의 컨테이너 요소에 적용할지 여부를 나타내는 값을 반환합니다.
protected:
override bool ShouldApplyItemContainerStyle(System::Windows::DependencyObject ^ container, System::Object ^ item);
protected override bool ShouldApplyItemContainerStyle (System.Windows.DependencyObject container, object item);
override this.ShouldApplyItemContainerStyle : System.Windows.DependencyObject * obj -> bool
Protected Overrides Function ShouldApplyItemContainerStyle (container As DependencyObject, item As Object) As Boolean
매개 변수
- container
- DependencyObject
컨테이너 요소입니다.
- item
- Object
컨테이너가 포함할 항목입니다.
반환
container
가 RibbonApplicationSplitMenuItem, RibbonSeparator 또는 RibbonGallery일 경우 false
이며, 그 이외의 경우에는 기본 구현에서 반환한 값입니다.