| 
 | Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||
Arguments: list-view
This property has an effect only on the Windows platform, where it is provided by the underlying Microsoft control.
Returns the value of the full-row-select property of
a list-view control. The
value may be set at creation time by passing the :full-row-select
initarg to make-instance, or
any time later by calling (setf full-row-select).
This property specifies whether the entire row (rather than the left
column only) for a selected list-view value is highlighted and clickable.
The value can be nil or true. The default is
nil.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| 
 | Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||