次の方法で共有


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

フォーカスの移動先の要素。

戻り値

キーボード フォーカスを持つ要素。

属性

例外

elementUIElement または ContentElement ではありません。

適用対象