This topic has not yet been rated - Rate this topic

ctrlKey property

Sets or retrieves the state of the CTRL key. For the standards based property, see IDOMKeyboardEvent::ctrlKey.

Syntax

HRESULT value = object.put_ctrlKey( v);HRESULT value = object.get_ctrlKey(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

CTRL key is not pressed.

VARIANT_TRUE (true)

CTRL key is pressed.

See also

IHTMLEventObj3::ctrlLeft

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.