Dela via


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

See Also

Reference

RibbonGroupItemsPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace