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

See Also

Reference

KeyTipAccessedEventArgs Class

Microsoft.Windows.Controls Namespace