RibbonMenuItem.ShouldApplyItemContainerStyle(DependencyObject, Object) Metodo

Definizione

Restituisce un valore che indica se applicare lo stile dalla proprietà ItemContainerStyle o ItemContainerStyleSelector all'elemento contenitore dell'elemento specificato.

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

Elemento contenitore.

item
Object

Elemento da visualizzare.

Restituisce

Boolean

false se container è RibbonSeparator o RibbonGallery; altrimenti, il valore restituito dall'implementazione di base.

Si applica a