altLeft property

[This documentation is preliminary and is subject to change.]

Retrieves a value that indicates the state of the left ALT key.

Syntax

HRESULT value = object.get_altLeft(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Left ALT key is not pressed.

VARIANT_TRUE (true)

Left ALT key is pressed.

Remarks

This property is currently supported only in Microsoft Windows NT 4.0 and Windows 2000.

The document must have focus for this property to return VARIANT_TRUE.

No altRight property is available. Authors can test for the right ALT key by using the altKey and altLeft properties.

See also

altKey

 

 

Build date: 6/12/2012