KeyboardDevice.Focus(IInputElement) 方法

定义

对指定的 IInputElement 设置键盘焦点。

public:
 System::Windows::IInputElement ^ Focus(System::Windows::IInputElement ^ element);
public System.Windows.IInputElement Focus (System.Windows.IInputElement element);
[System.Security.SecurityCritical]
public System.Windows.IInputElement Focus (System.Windows.IInputElement element);
member this.Focus : System.Windows.IInputElement -> System.Windows.IInputElement
[<System.Security.SecurityCritical>]
member this.Focus : System.Windows.IInputElement -> System.Windows.IInputElement
Public Function Focus (element As IInputElement) As IInputElement

参数

element
IInputElement

要将焦点移至的元素。

返回

具有键盘焦点的元素。

属性

例外

适用于