IRawElementProviderFragment.SetFocus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the focus to this element.
public:
void SetFocus();
public void SetFocus ();
abstract member SetFocus : unit -> unit
Public Sub SetFocus ()
Remarks
The UI Automation framework will ensure that the part of the interface that hosts this fragment is already focused before calling this method. Your implementation should update only its internal focus state; for example, by repainting a list item to show that it has the focus. If you prefer that UI Automation not focus the parent window, set the ProviderOwnsSetFocus option in ProviderOptions for the fragment root.