metaKey property

Gets a value that indicates whether the Meta/Control key is pressed.

 

Syntax

HRESULT value = object.get_metaKey(* p);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

The Meta/Control key is pressed.

VARIANT_FALSE (false)

The Meta/Control key is not pressed.

Standards information

Remarks

To determine whether the left or right version of the Meta/Control key is pressed, use the IDOMKeyboardEvent::location property.

See also

Reference

IDOMMouseEvent::altKey

IDOMMouseEvent::ctrlKey

IDOMMouseEvent::getModifierState

IDOMMouseEvent::shiftKey