_CommandBarButton.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.
Moves the keyboard focus to the specified command bar control.
public:
void SetFocus();
public void SetFocus ();
abstract member SetFocus : unit -> unit
Public Sub SetFocus ()
Implements
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.