| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: grid-column
Returns the value of the edit-start-trigger of grid-column. The possible values are :click, :get-focus, and :begin-typing. When you can edit by typing to a cell in grid-column, this property indicates what action by the user indicates that editing should begin.
edit-start-trigger is a property of
the editable-text-column-mixin
and
combo-box-column-mixin
classes.
(For combo-box-column-mixin
, this
property and edit-end-trigger have no effect
unless the typable property is turned on.)
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |