ImageEn, unit imageenview

TImageEnView.EnableShiftKey

TImageEnView.EnableShiftKey

Declaration

property EnableShiftKey: Boolean;

Description

Enables Shift key functionality (holding down the Shift key to insert multiple selections).

Default: True

Example

// Disable usage of Shift key
ImageEnView1.EnableShiftKey := False;

See Also

ShiftKeyLock