StatusBar.ShouldApplyItemContainerStyle(DependencyObject, Object) 方法

定义

确定是否将 Style 中项的 StatusBar 应用于对象。

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

参数

container
DependencyObject

项的容器。

item
Object

要计算的对象。

返回

Boolean

如果 item 不是 Separator,则为 true;否则为 false

注解

此方法确保项的 StatusBar 样式未应用于 Separator 元素。

适用于