HwndHost.HasFocusWithinCore Метод

Определение

Возвращает значение, указывающее, имеет ли приемник или один из содержащихся в нем компонентов фокус ввода.

protected:
 virtual bool HasFocusWithinCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected virtual bool HasFocusWithinCore ();
protected virtual bool HasFocusWithinCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member HasFocusWithinCore : unit -> bool
override this.HasFocusWithinCore : unit -> bool
abstract member HasFocusWithinCore : unit -> bool
override this.HasFocusWithinCore : unit -> bool
Protected Overridable Function HasFocusWithinCore () As Boolean

Возвращаемое значение

Boolean

true, если приемник или один из его дочерних компонентов в данный момент имеет фокус ввода; в противном случае — false.

Атрибуты

Применяется к

См. также раздел