Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.