shiftLeft property
[This documentation is preliminary and is subject to change.]
Retrieves the state of the left SHIFT key.
Syntax
HRESULT value = object.get_shiftLeft(VARIANT_BOOL* p);
Property values
Type: VARIANT_BOOL
VARIANT_FALSE (false)
Left SHIFT key is not pressed.
VARIANT_TRUE (true)
Left SHIFT key is pressed.
Remarks
The document must have focus for this property to return VARIANT_TRUE.
See also
Build date: 6/12/2012