RibbonContextMenu.ShouldApplyItemContainerStyle Metoda

Definice

Vrátí hodnotu, která určuje, zda se má použít styl z ItemContainerStyle vlastnosti nebo ItemContainerStyleSelector na element kontejneru zadané položky.

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

Parametry

container
DependencyObject

Element kontejneru.

item
Object

Položka, která se má zobrazit.

Návraty

false pokud container je RibbonApplicationSplitMenuItem, RibbonSeparatornebo RibbonGallery; jinak hodnota vrácená základní implementací.

Platí pro