NonNativeKeyboard.Shift(Boolean) Method

Definition

Set the keyboard to a single action shift state.

public:
 void Shift(bool newShiftState);
public void Shift (bool newShiftState);
member this.Shift : bool -> unit
Public Sub Shift (newShiftState As Boolean)

Parameters

newShiftState
Boolean

value the shift key should have after calling the method

Applies to