HwndHost.IKeyboardInputSink.HasFocusWithin メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの説明については、 HasFocusWithin()を参照してください。
virtual bool System.Windows.Interop.IKeyboardInputSink.HasFocusWithin() = System::Windows::Interop::IKeyboardInputSink::HasFocusWithin;
[System.Security.SecurityCritical]
bool IKeyboardInputSink.HasFocusWithin();
bool IKeyboardInputSink.HasFocusWithin();
[<System.Security.SecurityCritical>]
abstract member System.Windows.Interop.IKeyboardInputSink.HasFocusWithin : unit -> bool
override this.System.Windows.Interop.IKeyboardInputSink.HasFocusWithin : unit -> bool
abstract member System.Windows.Interop.IKeyboardInputSink.HasFocusWithin : unit -> bool
override this.System.Windows.Interop.IKeyboardInputSink.HasFocusWithin : unit -> bool
Function HasFocusWithin () As Boolean Implements IKeyboardInputSink.HasFocusWithin
返品
true シンクまたはその含まれるコンポーネントの 1 つにフォーカスがある場合。それ以外の場合は false。
実装
- 属性
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 HwndHost インスタンスがIKeyboardInputSink インターフェイスにキャストされている場合にのみ使用できます。