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 RibbonGallery that this RibbonGalleryCategoriesPanel hosts items for.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public ReadOnly Property TargetElement As UIElement
public UIElement TargetElement { get; }
public:
virtual property UIElement^ TargetElement {
UIElement^ get () sealed;
}
abstract TargetElement : UIElement
override TargetElement : UIElement
final function get TargetElement () : UIElement
Property Value
Type: System.Windows.UIElement
The RibbonGallery that this RibbonGalleryCategoriesPanel hosts items for.
Implements
IProvideStarLayoutInfoBase.TargetElement
.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.