[]
        
(Showing Draft Content)

C1.Android.Core.C1KeyboardHelper.IsShiftPressed

IsShiftPressed Method

IsShiftPressed(KeyEventArgs)

Returns whether the Shift key is pressed.

Declaration
public static bool IsShiftPressed(View.KeyEventArgs keyEvent)
Public Shared Function IsShiftPressed(keyEvent As View.KeyEventArgs) As Boolean
Parameters
Type Name Description
KeyEventArgs keyEvent

Data from keyboard routed events, as well as related attached and Preview events.

Returns
Type Description
bool

true if the Shift key is pressed, false otherwise.