Propriedade KeyTipAccessedEventArgs.TargetKeyTipScope
Obtém ou define o escopo de KeyTip próximo após este evento de roteamento.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Property TargetKeyTipScope As DependencyObject
Get
Set
public DependencyObject TargetKeyTipScope { get; set; }
public:
property DependencyObject^ TargetKeyTipScope {
DependencyObject^ get ();
void set (DependencyObject^ value);
}
member TargetKeyTipScope : DependencyObject with get, set
function get TargetKeyTipScope () : DependencyObject
function set TargetKeyTipScope (value : DependencyObject)
Valor de propriedade
Tipo: System.Windows.DependencyObject
O escopo da próximo KeyTip após este evento de roteamento.
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.