| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: multi-item-list
Returns whether multi-item-list
requires the user to
hold down the control key while clicking an item in order to toggle
the selected state of that single
item. If nil
, a simple left click will
deselect all other items (which is typical Windows behavior); if true,
a simple left click will toggle the clicked item only. Note that
holding down the shift key while clicking to select a whole range of
values (also typical Windows behavior) is possible only when this
property is nil
.
This property must be specified with the :simple-click-toggle initarg
to make-instance when
creating the multi-item-list
instance; it cannot be changed
later.
simple-click-toggle is a property
of the multi-item-list
class.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.10.15.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |