Propriedade ActivatingKeyTipEventArgs.PlacementTarget
Obtém ou define o elemento de interface do usuário que serve como destino para colocar o KeyTip.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Property PlacementTarget As UIElement
Get
Set
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)
Valor de propriedade
Tipo: System.Windows.UIElement
O elemento que serve como destino para colocar o KeyTip.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.