NonNativeKeyboard.Shift(Boolean) 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.
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