KeyboardValueKey.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.
Called by the Keyboard when the shift key is pressed. Updates the text for this key using the Value and ShiftValue fields.
public:
void Shift(bool isShifted);
public void Shift (bool isShifted);
member this.Shift : bool -> unit
Public Sub Shift (isShifted As Boolean)
Parameters
- isShifted
- Boolean
Indicates the state of shift, the key needs to be changed to.