IDragEventArgs.KeyState

Syntax

KeyState: Integer;

Description

The KeyState property returns the current state of the SHIFT, CTRL, ALT keys and also the state of the mouse buttons.

Comments

Use the ShiftState enumeration type to check the value of this property.

See also:

IDragEventArgs