KeyTipAccessedEventArgs.TargetKeyTipScope Property
Gets or sets the next KeyTip scope after routing this event.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property TargetKeyTipScope As DependencyObject
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)
Property Value
Type: System.Windows.DependencyObject
The next KeyTip scope after routing this event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.