MenuItem.ShouldApplyItemContainerStyle(DependencyObject, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
項目のコンテナーにスタイルを適用するかどうかを決定するために使用されます。
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
コンテナーが属する項目。
戻り値
MenuItem が Separator ではない場合は true
。それ以外の場合は false
。