This topic has not yet been rated - Rate this topic

ctrlLeft property

Sets or retrieves the state of the left CTRL key.

Syntax

HRESULT value = object.put_ctrlLeft( v);HRESULT value = object.get_ctrlLeft(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Left CTRL key is not pressed.

VARIANT_TRUE (true)

Left CTRL key is pressed.

Remarks

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

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

See also

IHTMLEventObj::ctrlKey

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.