HwndHost.IKeyboardInputSink.HasFocusWithin メソッド

定義

このメンバーの詳細については、「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

戻り値

Boolean

シンクまたはその中に格納されているコンポーネントのいずれかにフォーカスがある場合は true。それ以外の場合は false

実装

属性

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HwndHost のインスタンスが IKeyboardInputSink インターフェイスにキャストされる場合のみ、使用できます。

適用対象