IRawElementProviderFragment::SetFocus Method

Sets the focus to this element.

Syntax

HRESULT SetFocus(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The Microsoft 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 ProviderOptions_ProviderOwnsSetFocus in IRawElementProviderSimple::ProviderOptions for the fragment root.

See Also

IRawElementProviderFragment