RibbonApplicationMenu.ShouldApplyItemContainerStyle Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
veya ItemContainerStyleSelector özelliğinden ItemContainerStyle stilin belirtilen öğenin kapsayıcı öğesine uygulanıp uygulanmayacağını belirten bir değer döndürür.
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
Parametreler
- container
- DependencyObject
Kapsayıcı öğesi.
- item
- Object
Kapsayıcının ait olduğu öğe.
Döndürülenler
false
RibbonSeparatorRibbonApplicationSplitMenuItem, veya RibbonGalleryisecontainer
, aksi takdirde temel uygulama tarafından döndürülen değerdir.