RibbonGroupItemsPanel.TargetElement Property
Gets the UIElement object that this provider targets.
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 targeted element.
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.