RibbonMenuButton.ShouldApplyItemContainerStyle Method

Returns a value that indicates whether to apply the style from the ItemContainerStyle or ItemContainerStyleSelector property to the container element of the specified item.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Function ShouldApplyItemContainerStyle ( _
    container As DependencyObject, _
    item As Object _
) As Boolean
protected override bool ShouldApplyItemContainerStyle(
    DependencyObject container,
    Object item
)
protected:
virtual bool ShouldApplyItemContainerStyle(
    DependencyObject^ container, 
    Object^ item
) override
abstract ShouldApplyItemContainerStyle : 
        container:DependencyObject * 
        item:Object -> bool 
override ShouldApplyItemContainerStyle : 
        container:DependencyObject * 
        item:Object -> bool 
protected override function ShouldApplyItemContainerStyle(
    container : DependencyObject, 
    item : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
false if container is a RibbonSeparator or RibbonGallery; otherwise, the value returned by the base implementation.

.NET Framework Security

See Also

Reference

RibbonMenuButton Class

Microsoft.Windows.Controls.Ribbon Namespace