Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the filter that returns all items in a ribbon gallery.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllFilterItem As Object
public static Object AllFilterItem { get; }
public:
static property Object^ AllFilterItem {
Object^ get ();
}
static member AllFilterItem : Object
static function get AllFilterItem () : Object
Property Value
Type: System.Object
The filter that returns all items in a ribbon gallery.
Remarks
If you implement a custom FilterItemTemplateSelector or FilterItemContainerStyleSelector, you can use this property to distinguish between "All" filter items and custom filter items.
.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.