IInputElement.Focus 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將鍵盤的焦點放在這個項目上。
public:
bool Focus();
public bool Focus ();
abstract member Focus : unit -> bool
Public Function Focus () As Boolean
傳回
如果鍵盤焦點移至這個項目上,或早已在此項目上,則為 true
,否則為 false
。
備註
此介面不適用於公用實作。 如需詳細資訊,請參閱 介面的 IInputElement 備註。