Share via


_CommandBarComboBox.SetFocus Method

Moves the keyboard focus to the specified command bar control.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub SetFocus
'Usage
Dim instance As _CommandBarComboBox

instance.SetFocus()
void SetFocus()

Implements

CommandBarControl.SetFocus()

Remarks

If the control is disabled or isn't visible, this method will fail.

The focus on the control is subtle. After you use this method, you will notice a three dimensional highlight on the control. Pressing the arrow keys will navigate in the toolbars, as if you had arrived at the control by pressing only keyboard controls.

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

SetFocus Overload

Microsoft.Office.Core Namespace