IRawElementProviderFragment.SetFocus Method

Definition

Sets the focus to this element.

public void 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.

Applies to

See also