EmbeddedComboBox.PostProcessFocusFromKeyboard(Keys, Keys) Method

Definition

public:
 virtual void PostProcessFocusFromKeyboard(System::Windows::Forms::Keys keyStroke, System::Windows::Forms::Keys modifiers);
public void PostProcessFocusFromKeyboard (System.Windows.Forms.Keys keyStroke, System.Windows.Forms.Keys modifiers);
abstract member PostProcessFocusFromKeyboard : System.Windows.Forms.Keys * System.Windows.Forms.Keys -> unit
override this.PostProcessFocusFromKeyboard : System.Windows.Forms.Keys * System.Windows.Forms.Keys -> unit
Public Sub PostProcessFocusFromKeyboard (keyStroke As Keys, modifiers As Keys)

Parameters

keyStroke
Keys
modifiers
Keys

Implements

Applies to