Share via


ActivatingKeyTipEventArgs.PlacementTarget Property

Gets or sets the user interface element that serves as the target for placing the KeyTip.

Namespace:  Microsoft.Windows.Controls
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property PlacementTarget As UIElement
public UIElement PlacementTarget { get; set; }
public:
property UIElement^ PlacementTarget {
    UIElement^ get ();
    void set (UIElement^ value);
}
member PlacementTarget : UIElement with get, set
function get PlacementTarget () : UIElement
function set PlacementTarget (value : UIElement)

Property Value

Type: System.Windows.UIElement
The element that serves as the target for placing the KeyTip.

.NET Framework Security

See Also

Reference

ActivatingKeyTipEventArgs Class

Microsoft.Windows.Controls Namespace