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

評価するオブジェクト。

返品

true itemSeparatorでない場合はfalse

注釈

このメソッドは、 StatusBar 内の項目のスタイルが Separator 要素に適用されないようにします。

適用対象