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
See also
Show: