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.
Prepares the specified element to display the specified item.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub PrepareContainerForItemOverride ( _
element As DependencyObject, _
item As Object _
)
protected override void PrepareContainerForItemOverride(
DependencyObject element,
Object item
)
protected:
virtual void PrepareContainerForItemOverride(
DependencyObject^ element,
Object^ item
) override
abstract PrepareContainerForItemOverride :
element:DependencyObject *
item:Object -> unit
override PrepareContainerForItemOverride :
element:DependencyObject *
item:Object -> unit
protected override function PrepareContainerForItemOverride(
element : DependencyObject,
item : Object
)
Parameters
- element
Type: System.Windows.DependencyObject
The element that is used to display the item.
- item
Type: System.Object
The item to display from the Items collection.
Remarks
This method prepares a RibbonControlGroup to display RibbonControl 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.