Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.