Sdílet prostřednictvím


MenuItem.ShouldApplyItemContainerStyle(DependencyObject, Object) Metoda

Definice

Slouží k určení, jestli se má použít styl pro kontejner položek.

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

Kontejner, na který se použije styl.

item
Object

Položka, do které kontejner patří.

Návraty

Boolean

trueMenuItem pokud není Separator; jinak , false.

Platí pro