KeyTipAccessedEventArgs.TargetKeyTipScope 속성

정의

이 이벤트 라우팅 후 다음 KeyTip 범위를 가져오거나 설정합니다.

public:
 property System::Windows::DependencyObject ^ TargetKeyTipScope { System::Windows::DependencyObject ^ get(); void set(System::Windows::DependencyObject ^ value); };
public System.Windows.DependencyObject TargetKeyTipScope { get; set; }
member this.TargetKeyTipScope : System.Windows.DependencyObject with get, set
Public Property TargetKeyTipScope As DependencyObject

속성 값

DependencyObject

이 이벤트를 라우팅한 후 다음 KeyTip 범위입니다.

적용 대상