ComboBoxAutomationPeer.SetFocusCore Method

Definition

Sets the keyboard input focus on the ComboBox control that is associated with this ComboBoxAutomationPeer object. 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 ComboBox control that is associated with this ComboBoxAutomationPeer object cannot receive focus.

Applies to