[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: comctrls.pp line 2780
type TMultiSelectStyles = ( |
||
msControlSelect, |
|
Allow to select one additonal item by Ctrl+click. |
msShiftSelect, |
|
Allow to select a range of items (from previous current item to clicked one) by Shift+click. |
msVisibleOnly, |
|
When selecting a range with Shift+click, select only visible (unfolded) items. |
msSiblingOnly |
|
When selecting a range with Shift+click, touch only siblings of previous current item. |
); |
lazarus-ccr.sourceforge.net |