次の方法で共有


KeyTipAccessedEventArgs.TargetKeyTipScope プロパティ

このイベントをルーティングした後の次の KeyTip のスコープを取得または設定します。

名前空間:  Microsoft.Windows.Controls
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
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)

プロパティ値

型: System.Windows.DependencyObject
このイベントをルーティングした後の次の KeyTip のスコープ。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

KeyTipAccessedEventArgs クラス

Microsoft.Windows.Controls 名前空間