shiftKey property

Retrieves the state of the SHIFT key. For the standards based property, see IDOMKeyboardEvent::shiftKey.

Syntax

HRESULT value = object.get_shiftKey(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

SHIFT key is not pressed.

VARIANT_TRUE (true)

SHIFT key is pressed.

See also

IHTMLEventObj3::shiftLeft