Share via


ActivatingKeyTipEventArgs.PlacementTarget Propiedad

Definición

Obtiene o establece el elemento de la interfaz de usuario que actúa como destino para colocar la KeyTip.

public:
 property System::Windows::UIElement ^ PlacementTarget { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public System.Windows.UIElement PlacementTarget { get; set; }
member this.PlacementTarget : System.Windows.UIElement with get, set
Public Property PlacementTarget As UIElement

Valor de propiedad

UIElement

Elemento que actúa como destino para colocar el objeto KeyTip.

Se aplica a