MenuItem.ShouldApplyItemContainerStyle(DependencyObject, Object) Metodo

Definizione

Utilizzato per determinare se applicare un stile al contenitore dell'elemento.

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

Parametri

container
DependencyObject

Il contenitore al quale sarà applicato lo stile.

item
Object

Elemento al quale appartiene il contenitore.

Restituisce

Boolean

true se MenuItem non è Separator, in caso contrario false.

Si applica a