RibbonComboBoxAutomationPeer.SetFocusCore Method

Definition

Sets the keyboard focus on the RibbonComboBox that is associated with this RibbonComboBoxAutomationPeer. This method is called by SetFocus().

protected:
 override void SetFocusCore();
protected override void SetFocusCore ();
override this.SetFocusCore : unit -> unit
Protected Overrides Sub SetFocusCore ()

Exceptions

The RibbonComboBox that is associated with this RibbonComboBoxAutomationPeer did not get focus.

Applies to