RibbonContextMenu.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
- container
Type: System.Windows.DependencyObject
The container element.
- item
Type: System.Object
The item to display.
Return Value
Type: System.Boolean
false if container is a RibbonApplicationSplitMenuItem, RibbonSeparator, or RibbonGallery; otherwise, the value returned by the base implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.